Message ID | 20240130110944.26771-1-r-gunasekaran@ti.com (mailing list archive) |
---|---|
Headers | show
Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6046965BD1; Tue, 30 Jan 2024 11:10:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.19.141 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706613002; cv=none; b=PoQqbaOSG7lxg2YzxBWWmfWAH1Ts4NCC9tv1mw+jeFW9LXBzAhuqW1nkzQWlDPFblN9TbWKhdNoFj/Je6voF6hlzcqN/mlpLMt3Cmq90atcRz7qlqesfBLkIWo6dVvPw52hmGyZuU/c9RVw5Q4upBbgKc01Z53Tq83CiO8fSVGA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706613002; c=relaxed/simple; bh=zspf8SYadbAACMXqigZF2hJmTlJO611Zlv+2qhlvvUk=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=Y8z0uhokMocEn81kumHFux2Gv/0Bn5NCJrK0VmudYTfR2AnOmHlyRffEXynv3/YFdoiSin+87l6HMm5isZS9pvbAwVbpzNzg6F5+962hSihmUmPlYMeOBPJsdnK0kwt8SfB1Hbq8PsVpehGUwbcziG+uffc1zussTBI3Es6AlNg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=RzRLZM2j; arc=none smtp.client-ip=198.47.19.141 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="RzRLZM2j" Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 40UB9mkZ088017; Tue, 30 Jan 2024 05:09:48 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1706612988; bh=9LLssVpCHtXfHc82S11w8FgCNWEXnD9aH5a9NDeL/mY=; h=From:To:CC:Subject:Date; b=RzRLZM2jXCPQ3GRFWAR7kIHe8QzU35VSd+vydVeQ2QG4XPqeT0u/HXfV5tGvzJbZ0 HCW3mwu1PMxypKHQSkK2TPm5Gb2apzRlfPnFDNwmN6SC4Gtfx0LAdQIdrqf4nqWW7y 1kjeswYKji8pspQKkvrMb/1jsWj+vkX5j2gJRwDo= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 40UB9mYl006214 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 30 Jan 2024 05:09:48 -0600 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 30 Jan 2024 05:09:47 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 30 Jan 2024 05:09:48 -0600 Received: from uda0500640.dal.design.ti.com (uda0500640.dhcp.ti.com [172.24.227.88]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 40UB9ilL088313; Tue, 30 Jan 2024 05:09:45 -0600 From: Ravi Gunasekaran <r-gunasekaran@ti.com> To: <davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>, <pabeni@redhat.com>, <andrew@lunn.ch>, <rogerq@kernel.org> CC: <netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <s-vadapalli@ti.com>, <srk@ti.com>, <r-gunasekaran@ti.com> Subject: [RFC PATCH net-next 0/2] RPMsg based shared memory ethernet driver Date: Tue, 30 Jan 2024 16:39:42 +0530 Message-ID: <20240130110944.26771-1-r-gunasekaran@ti.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-Patchwork-Delegate: kuba@kernel.org X-Patchwork-State: RFC |
Series |
RPMsg based shared memory ethernet driver
|
expand
|