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
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
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
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
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
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
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
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
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
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
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 +++
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
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
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
--
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
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
---
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
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
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
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
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
> -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,
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
> -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
> -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
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
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
27 matches
Mail list logo