[dpdk-dev] [PATCH] enic: add support for enic in nic_uio driver for FreeBSD

2015-05-11 Thread Thomas Monjalon
2015-05-07 12:57, David Marchand: > On Thu, May 7, 2015 at 11:23 AM, Bruce Richardson wrote: > > On Thu, May 07, 2015 at 09:19:09AM +0530, Sujith Sankar wrote: > > > This patch adds support for enic in the nic_uio driver so that enic > > could be used on FreeBSD. > > > > > > Signed-off-by: Sujith S

[dpdk-dev] [PATCH] enic: add support for enic in nic_uio driver for FreeBSD

2015-05-07 Thread David Marchand
On Thu, May 7, 2015 at 11:23 AM, Bruce Richardson < bruce.richardson at intel.com> wrote: > On Thu, May 07, 2015 at 09:19:09AM +0530, Sujith Sankar wrote: > > This patch adds support for enic in the nic_uio driver so that enic > could be used on FreeBSD. > > > > Signed-off-by: Sujith Sankar > > A

[dpdk-dev] [PATCH] enic: add support for enic in nic_uio driver for FreeBSD

2015-05-07 Thread Bruce Richardson
On Thu, May 07, 2015 at 09:19:09AM +0530, Sujith Sankar wrote: > This patch adds support for enic in the nic_uio driver so that enic could be > used on FreeBSD. > > Signed-off-by: Sujith Sankar Acked-by: Bruce Richardson > --- > lib/librte_eal/bsdapp/nic_uio/nic_uio.c | 1 + > lib/l

[dpdk-dev] [PATCH] enic: add support for enic in nic_uio driver for FreeBSD

2015-05-07 Thread Sujith Sankar
This patch adds support for enic in the nic_uio driver so that enic could be used on FreeBSD. Signed-off-by: Sujith Sankar --- lib/librte_eal/bsdapp/nic_uio/nic_uio.c | 1 + lib/librte_eal/common/include/rte_pci_dev_ids.h | 17 + 2 files changed, 18 insertions(+) diff