[dpdk-dev] [PATCH] enicpmd: build changes for FreeBSD

2015-05-07 Thread Sujith Sankar (ssujith)
On 06/05/15 9:19 pm, "Bruce Richardson" wrote: >On Wed, May 06, 2015 at 02:41:00PM +0530, Sujith Sankar wrote: >> This patch adds the changes required to build enic for FreeBSD >> > >Hi, > >I see no issues with this patch, but I suggest the description for it >should >be changed. There is no a

[dpdk-dev] [PATCH] enicpmd: build changes for FreeBSD

2015-05-06 Thread Bruce Richardson
On Wed, May 06, 2015 at 02:41:00PM +0530, Sujith Sankar wrote: > This patch adds the changes required to build enic for FreeBSD > Hi, I see no issues with this patch, but I suggest the description for it should be changed. There is no actual build problem or error with the enic (at least not tha

[dpdk-dev] [PATCH] enicpmd: build changes for FreeBSD

2015-05-06 Thread Sujith Sankar
This patch adds the changes required to build enic for 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 --git a/lib/librte_eal/bsdapp/ni