[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

[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