[dpdk-dev] [PATCH] nic_uio: add device ids for i40e devices

2014-07-11 Thread Richardson, Bruce
The FreeBSD nic_uio driver was missing the #defines to include the device ids for devices using the i40e driver. This change adds in the missing defines. Signed-off-by: Bruce Richardson --- lib/librte_eal/bsdapp/nic_uio/nic_uio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_e

[dpdk-dev] [PATCH] nic_uio: add device ids for i40e devices

2014-07-11 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Richardson, Bruce > Sent: Friday, July 11, 2014 8:13 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] nic_uio: add device ids for i40e devices > > The FreeBSD nic_uio driver was mi

[dpdk-dev] [PATCH] nic_uio: add device ids for i40e devices

2014-07-19 Thread Thomas Monjalon
> > The FreeBSD nic_uio driver was missing the #defines to include the device > > ids > > for devices using the i40e driver. This change adds in the missing defines. > > > > Signed-off-by: Bruce Richardson > > Acked-by: Helin Zhang Applied for version 1.7.1 Thanks -- Thomas