[dpdk-dev] [PATCH] mk: mute build of test resources

2016-06-17 Thread Bruce Richardson
On Fri, Jun 17, 2016 at 12:01:09AM +0200, Thomas Monjalon wrote: > The objcopy and tar commands were printed even in quiet mode. > They are now replaced by a simple line and still visible in verbose mode. > > Fixes: ab64f5df8004 ("app/test: support resources externally linked") > Fixes: 66819e6c11

[dpdk-dev] [PATCH v13 1/3] mempool: support external mempool operations

2016-06-17 Thread Hunt, David
On 17/6/2016 10:09 AM, Thomas Monjalon wrote: > 2016-06-17 09:42, Hunt, David: >> On 17/6/2016 9:08 AM, Olivier Matz wrote: >>> Hi David, >>> >>> On 06/17/2016 08:58 AM, Hunt, David wrote: A comment below: On 16/6/2016 1:30 PM, David Hunt wrote: > +/** > + * Set the ops of

[dpdk-dev] [PATCH] qat: fix for VFs not getting recognized

2016-06-17 Thread Thomas Monjalon
2016-06-16 16:25, Jain, Deepak K: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2016-06-16 16:29, Jain, Deepak K: > > > Due to addition of CLASS_ID in EAL, class_id is amended into the code. > > > > Why the VF is not recognized? > > The class id should not be mandatory. > > Wi

[dpdk-dev] [PATCH] igb_uio: fix build with backported kernel

2016-06-17 Thread Ferruh Yigit
On 6/16/2016 4:45 PM, Martinx - ? wrote: > On 15 June 2016 at 11:59, Ferruh Yigit > wrote: > > On 6/15/2016 4:57 PM, Ferruh Yigit wrote: > > Following compile error observed with CentOS 6.8, which uses kernel > > kernel-devel-2.6.32-642.el6.x86_64

[dpdk-dev] [PATCH v13 1/3] mempool: support external mempool operations

2016-06-17 Thread Olivier Matz
Hi David, On 06/17/2016 08:58 AM, Hunt, David wrote: > A comment below: > > On 16/6/2016 1:30 PM, David Hunt wrote: >> +/** >> + * Set the ops of a mempool. >> + * >> + * This can only be done on a mempool that is not populated, i.e. >> just after >> + * a call to rte_mempool_create_empty(). >> +

[dpdk-dev] [PATCH] qat: fix for VFs not getting recognized

2016-06-17 Thread Jain, Deepak K
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, June 17, 2016 9:19 AM > To: Jain, Deepak K > Cc: dev at dpdk.org; Griffin, John ; De Lara > Guarch, > Pablo ; Doherty, Declan > > Subject: Re: [dpdk-dev] [PATCH] qat: fix for VFs not gett

[dpdk-dev] [PATCH v13 1/3] mempool: support external mempool operations

2016-06-17 Thread Hunt, David
On 17/6/2016 9:08 AM, Olivier Matz wrote: > Hi David, > > On 06/17/2016 08:58 AM, Hunt, David wrote: >> A comment below: >> >> On 16/6/2016 1:30 PM, David Hunt wrote: >>> +/** >>> + * Set the ops of a mempool. >>> + * >>> + * This can only be done on a mempool that is not populated, i.e. >>> just

[dpdk-dev] [PATCH v13 1/3] mempool: support external mempool operations

2016-06-17 Thread Hunt, David
A comment below: On 16/6/2016 1:30 PM, David Hunt wrote: > +/** > + * Set the ops of a mempool. > + * > + * This can only be done on a mempool that is not populated, i.e. just after > + * a call to rte_mempool_create_empty(). > + * > + * @param mp > + * Pointer to the memory pool. > + * @param n

[dpdk-dev] [PATCH] bnx2x: Don't reset buf_len in RX mbufs

2016-06-17 Thread Harish Patil
> >Fixes: 540a211084a7 ("bnx2x: driver core") > >Signed-off-by: Chas Williams <3chas3 at gmail.com> >--- > drivers/net/bnx2x/bnx2x_rxtx.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/drivers/net/bnx2x/bnx2x_rxtx.c >b/drivers/net/bnx2x/bnx2x_rxtx.c >index 55d2bd7..c963194 100644 >--- a/driv

[dpdk-dev] [PATCH v3] i40e: configure MTU

2016-06-17 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yong Wang > Sent: Thursday, June 16, 2016 6:52 PM > To: Olivier Matz; Xing, Beilei; Wu, Jingjing > Cc: dev at dpdk.org; Julien Meunier; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH v3] i40e: configure MTU >

[dpdk-dev] [PATCH] mk: mute build of test resources

2016-06-17 Thread Thomas Monjalon
The objcopy and tar commands were printed even in quiet mode. They are now replaced by a simple line and still visible in verbose mode. Fixes: ab64f5df8004 ("app/test: support resources externally linked") Fixes: 66819e6c11d8 ("app/test: support resources archived by tar") Signed-off-by: Thomas M

<    1   2