[dpdk-dev] [PATCH] i40e: prefer base driver naming

2014-06-24 Thread Thomas Monjalon
2014-06-24 15:32, Zhang, Helin: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > The PMD is built on top of the base driver which is provided by Intel and > > shouldn't be modified to allow easy batch upgrade from Intel. > > > > The base driver is a "shared code" between many p

[dpdk-dev] [PATCH] i40e: prefer base driver naming

2014-06-24 Thread Zhang, Helin
-Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Tuesday, June 24, 2014 4:57 PM To: dev at dpdk.org Cc: Zhang, Helin Subject: [PATCH] i40e: prefer base driver naming The PMD is built on top of the base driver which is provided by Intel and shouldn't be

[dpdk-dev] [PATCH] i40e: prefer base driver naming

2014-06-24 Thread Thomas Monjalon
The PMD is built on top of the base driver which is provided by Intel and shouldn't be modified to allow easy batch upgrade from Intel. The base driver is a "shared code" between many projects. But in DPDK, the "base driver" naming makes more sense. Signed-off-by: Thomas Monjalon --- lib/librte