[dpdk-dev] GitHub sandbox for the DPDK community

2015-05-06 Thread Wiles, Keith
Hi Thomas, (sorry about the length) On 5/6/15, 2:37 PM, "Marc Sune" wrote: > > >On 06/05/15 23:09, Thomas Monjalon wrote: >> Hello everyone, >> >> I'm back from mini-holidays and it's good to see that there are >> a lot of proposals trying to improve our workflow. >> Most of the discussions are

[dpdk-dev] GitHub sandbox for the DPDK community

2015-05-06 Thread Marc Sune
On 06/05/15 23:09, Thomas Monjalon wrote: > Hello everyone, > > I'm back from mini-holidays and it's good to see that there are > a lot of proposals trying to improve our workflow. > Most of the discussions are focus on process and tools, however > we must keep in mind that submitting clean patch

[dpdk-dev] GitHub sandbox for the DPDK community

2015-05-06 Thread Thomas Monjalon
1 bytes Desc: not available URL: <http://dpdk.org/ml/archives/dev/attachments/20150506/96a5ea41/attachment-0002.png> -- next part -- A non-text attachment was scrubbed... Name: github-20150506.png Type: image/png Size: 68220 bytes Desc: not available URL: <http://dpdk.o

[dpdk-dev] [RFC PATCH V2] librte_pmd_ring: changes to support PCI Port Hotplug

2015-05-06 Thread Bruce Richardson
On Tue, May 05, 2015 at 03:36:41PM +0100, Bernard Iremonger wrote: > This patch depends on the Port Hotplug Framework. > It implements the rte_dev_uninit_t() function for the ring pmd. > > Changes in V2: > > Fix crash in the rte_pmd_ring_devuninit() function. > > Signed-off-by: Bernard Iremonger

[dpdk-dev] Regarding rte_memzone_reserve with len =0

2015-05-06 Thread Gonzalez Monroy, Sergio
Hi, I was wondering about the use case of rte_memzone_reserve_ APIs with len=0. From the docs (http://dpdk.org/doc/api/rte__memzone_8h.html): len The size of the memory to be reserved. If it is 0, the biggest contiguous zone will be reserved. What are the use cases? When would yo

[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 v3 3/6] hash: update jhash function with the latest available

2015-05-06 Thread Ananyev, Konstantin
Hi Pablo, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Wednesday, May 06, 2015 10:36 AM > To: Ananyev, Konstantin; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 3/6] hash: update jhash function with the > latest available > > Hi Konstantin, > > > -Original Messag

[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

[dpdk-dev] [PATCH 3/3] bnx2x: enable BNX2X poll mode driver

2015-05-06 Thread Stephen Hemminger
This is build infrastructure changes for bnx2x driver. - enable BNX2X poll mode driver in default config. - add it to mk - put entry in MAINTAINERS Note: I intentionally did not list myself as maintainer of this driver. There is no official support for this driver. Signed-off-by: Stephen Hemm

[dpdk-dev] [PATCH 2/3] bnx2x: new poll mode driver

2015-05-06 Thread Stephen Hemminger
From: Sergey Kreys Add driver for the Broadcom NetXtremeII 10 gigabit devices. Signed-off-by: Stephen Hemminger --- v3 - this is same as previous bcm driver just renamed --- lib/Makefile| 1 + lib/librte_eal/common/include/rte_pci_dev_ids.h |30 + l

[dpdk-dev] [PATCH 1/3] pci: allow access to PCI config space

2015-05-06 Thread Stephen Hemminger
From: Stephen Hemminger Some drivers need ability to access PCI config (for example for power management). This adds an abstraction to do this; only implemented on Linux, but should be possible on BSD. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/include/rte_pci.h| 28 +++

[dpdk-dev] [PATCH 0/3] bnx2x: poll mode driver

2015-05-06 Thread Stephen Hemminger
This is a rename, rebase and cleanup of earlier BCM driver. The driver is named bnx2x because that is the name of the driver in Linux used for the same hardware. The code is rebased against 2.0 latest code base, and used config_fd from vfio or uio_pci_generic. It is also cleaned up to scrub away so

[dpdk-dev] DPDK v2.0.0 -example program not receiving packets

2015-05-06 Thread Rajesh R
HI, I have compiled DPDK v2.0.0 and tried to run example skeleton program on RHEL 6.4(2.6.32 kernel) with 4 NUMA nodes. I could make the program run but it was not receiving any packets. The kernel was started without any hugepages parameter. The option '23' in 'setup' script in DPDK was showing h

[dpdk-dev] [RFC PATCH V2] librte_pmd_e1000: igb and em1000 PCI Port Hotplug changes

2015-05-06 Thread Bernard Iremonger
This patch depends on the Port Hotplug Framework. It implements the eth_dev_uninit functions for rte_em_pmd, rte_igb_pmd and rte_igbvf_pmd. Changes in V2: Call dev_close() from dev_uninit() functions. Remove input parameter checking from dev_unit() functions. Signed-off-by: Bernard Iremonger --

[dpdk-dev] GitHub sandbox for the DPDK community

2015-05-06 Thread Panu Matilainen
On 05/06/2015 11:30 AM, Simon K?gstr?m wrote: > On 2015-05-06 10:12, Panu Matilainen wrote: >> On 05/05/2015 07:43 PM, Wiles, Keith wrote: >> >>> GitHub offers a different set of processes and >>> tools, which we do not have to create. Moving to GitHub is a change >>> for the community and I feel a

[dpdk-dev] [RFC PATCH V2] librte_pmd_ixgbe: changes to support PCI Port Hotplug

2015-05-06 Thread Bernard Iremonger
This patch depends on the Port Hotplug Framework. It implements the eth_dev_uninit functions for rte_ixgbe_pmd and rte_ixgbevf_pmd. Changes in V2: Added call to dev_close() in dev_uninit() functions. Removed input parameter checks from dev_uninit() functions. Signed-off-by: Bernard Iremonger ---

[dpdk-dev] GitHub sandbox for the DPDK community

2015-05-06 Thread Panu Matilainen
On 05/05/2015 07:43 PM, Wiles, Keith wrote: > > > Sent from my iPhone > >> On May 5, 2015, at 6:56 AM, Neil Horman wrote: >> >>> On Mon, May 04, 2015 at 10:25:00PM -0500, Jim Thompson wrote: >>> On May 4, 2015, at 10:12 PM, Wiles, Keith wrote: > On 5/4/15, 10:48 AM, "Matth

[dpdk-dev] GitHub sandbox for the DPDK community

2015-05-06 Thread Simon Kågström
On 2015-05-06 10:12, Panu Matilainen wrote: > On 05/05/2015 07:43 PM, Wiles, Keith wrote: > >> GitHub offers a different set of processes and >> tools, which we do not have to create. Moving to GitHub is a change >> for the community and I feel a good change for the better. > > Like quite a few ot

[dpdk-dev] GitHub sandbox for the DPDK community

2015-05-06 Thread Mcnamara, John
Hi, It is always difficult to sell change unless there is a majority in favour of it. If the project was already on GitHub and someone was proposing to move to a ML/Patch workflow then we would probably see as much resistance. Here are some advantages and disadvantage of GitHub from personal expe

[dpdk-dev] [PATCH RFC 1/6] mbuf: update mbuf structure for QinQ support

2015-05-06 Thread Bruce Richardson
On Wed, May 06, 2015 at 04:06:17AM +, Zhang, Helin wrote: > > > > -Original Message- > > From: Ananyev, Konstantin > > Sent: Tuesday, May 5, 2015 7:05 PM > > To: Zhang, Helin; dev at dpdk.org > > Subject: RE: [dpdk-dev] [PATCH RFC 1/6] mbuf: update mbuf structure for > > QinQ support

[dpdk-dev] [PATCH v3 3/6] hash: update jhash function with the latest available

2015-05-06 Thread De Lara Guarch, Pablo
Hi Konstantin, > -Original Message- > From: Ananyev, Konstantin > Sent: Wednesday, May 06, 2015 1:36 AM > To: De Lara Guarch, Pablo; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 3/6] hash: update jhash function with the > latest available > > > Hi Pablo, > > > -Original Messa

[dpdk-dev] [PATCH RFC 1/6] mbuf: update mbuf structure for QinQ support

2015-05-06 Thread Zhang, Helin
> -Original Message- > From: Richardson, Bruce > Sent: Wednesday, May 6, 2015 4:39 PM > To: Zhang, Helin > Cc: Ananyev, Konstantin; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH RFC 1/6] mbuf: update mbuf structure for > QinQ support > > On Wed, May 06, 2015 at 04:06:17AM +, Zhang,

[dpdk-dev] GitHub sandbox for the DPDK community

2015-05-06 Thread Neil Horman
On Wed, May 06, 2015 at 10:30:04AM +0200, Simon K?gstr?m wrote: > On 2015-05-06 10:12, Panu Matilainen wrote: > > On 05/05/2015 07:43 PM, Wiles, Keith wrote: > > > >> GitHub offers a different set of processes and > >> tools, which we do not have to create. Moving to GitHub is a change > >> for the

[dpdk-dev] [PATCH RFC 1/6] mbuf: update mbuf structure for QinQ support

2015-05-06 Thread Zhang, Helin
> -Original Message- > From: Ananyev, Konstantin > Sent: Wednesday, May 6, 2015 6:38 AM > To: Chilikin, Andrey; Zhang, Helin; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH RFC 1/6] mbuf: update mbuf structure for > QinQ support > > > > > -Original Message- > > From: Chilikin

[dpdk-dev] [PATCH RFC 1/6] mbuf: update mbuf structure for QinQ support

2015-05-06 Thread Zhang, Helin
> -Original Message- > From: Ananyev, Konstantin > Sent: Tuesday, May 5, 2015 7:05 PM > To: Zhang, Helin; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH RFC 1/6] mbuf: update mbuf structure for > QinQ support > > Hi Helin, > > > -Original Message- > > From: dev [mailto:dev-bou

[dpdk-dev] [PATCH v6 1/2] Simplify the ifdefs in rte.app.mk.

2015-05-06 Thread Wiles, Keith
Hi Olivier, On 5/5/15, 12:33 AM, "Olivier MATZ" wrote: >Hi Keith, > >On 05/04/2015 06:50 PM, Wiles, Keith wrote: >> >> >> Sent from my iPhone >> >>> On May 4, 2015, at 8:27 AM, Olivier MATZ >>>wrote: >>> >>> >>> On 05/04/2015 04:36 PM, Wiles, Keith wrote: > On 5/4/15, 2:18 AM

[dpdk-dev] [PATCH v3 3/6] hash: update jhash function with the latest available

2015-05-06 Thread Ananyev, Konstantin
Hi Pablo, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Tuesday, May 05, 2015 3:44 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 3/6] hash: update jhash function with the > latest available > > Jenkins hash function was d