Re: [dpdk-dev] [PATCH 08/10] event/octeontx: add option to use fpavf as chunk pool

2018-02-18 Thread santosh
Hi Pavan, On Saturday 17 February 2018 03:06 AM, Pavan Nikhilesh wrote: > Add compile-time configurable option to force TIMvf to use Octeontx > FPAvf pool manager as its chunk pool. > When FPAvf is used as pool manager the TIMvf automatically frees the > chunks to FPAvf through gpool-id. > > Sign

Re: [dpdk-dev] [PATCH 1/2] eal: add API to align integer to previous power of 2

2018-02-18 Thread Wiles, Keith
> On Feb 18, 2018, at 12:11 AM, Matan Azrad wrote: > > Hi Pavan > > Please see some comments below. > > From: Pavan Nikhilesh, Saturday, February 17, 2018 12:50 PM >> Add 32b and 64b API's to align the given integer to the previous power of 2. >> >> Signed-off-by: Pavan Nikhilesh >> --- >>

[dpdk-dev] [PATCH] net/e1000: add mac_addr_set set to em

2018-02-18 Thread Chas Williams
From: Chas Williams Based on the equivalent code in the igb driver. Signed-off-by: Chas Williams --- drivers/net/e1000/em_ethdev.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/net/e1000/em_ethdev.c b/drivers/net/e1000/em_ethdev.c index 242375f..5bb9cc9 100644 --- a

Re: [dpdk-dev] [PATCH 1/2] eal: add API to align integer to previous power of 2

2018-02-18 Thread Matan Azrad
> From: Wiles, Keith, Sunday, February 18, 2018 5:39 PM > > On Feb 18, 2018, at 12:11 AM, Matan Azrad > wrote: > > > > Hi Pavan > > > > Please see some comments below. > > > > From: Pavan Nikhilesh, Saturday, February 17, 2018 12:50 PM > >> Add 32b and 64b API's to align the given integer to the

Re: [dpdk-dev] [PATCH 2/2] app/testpmd: add command to resume a TM node

2018-02-18 Thread Tomasz Duszynski
On Fri, Feb 16, 2018 at 01:10:39PM +, Singh, Jasvinder wrote: > > > > -Original Message- > > From: Tomasz Duszynski [mailto:t...@semihalf.com] > > Sent: Thursday, February 1, 2018 9:37 AM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo ; Wu, Jingjing > > ; Singh, Jasvinder ; > > Tomasz Duszyns

Re: [dpdk-dev] [PATCH 1/2] net/mlx5: add kernel version function

2018-02-18 Thread NĂ©lio Laranjeiro
On Fri, Feb 16, 2018 at 10:03:04AM -0800, Stephen Hemminger wrote: > On Thu, 15 Feb 2018 09:47:27 +0100 > Nelio Laranjeiro wrote: > > > Use a function to retrieve the version of the kernel. > > > > Signed-off-by: Nelio Laranjeiro > > This type of logic will run into problems with Enterprise an

[dpdk-dev] [PATCH v2 0/2] add suspend/resume TM node commands to testpmd

2018-02-18 Thread Tomasz Duszynski
Add new testpmd commands for invoking traffic manager suspend/resume API. v2: - Remove the CLI layer restriction to check the port status. Tomasz Duszynski (2): app/testpmd: add command to suspend a TM node app/testpmd: add command to resume a TM node app/test-pmd/cmdline.c

[dpdk-dev] [PATCH v2 1/2] app/testpmd: add command to suspend a TM node

2018-02-18 Thread Tomasz Duszynski
Traffic manager provides an API for suspending an arbitrary node in a hierarchy. This commit adds support for calling this API from testpmd. Signed-off-by: Tomasz Duszynski Reviewed-by: Jasvinder Singh --- app/test-pmd/cmdline.c | 4 ++ app/test-pmd/cmdline_tm.c

[dpdk-dev] [PATCH v2 2/2] app/testpmd: add command to resume a TM node

2018-02-18 Thread Tomasz Duszynski
Traffic manager provides an API for resuming an arbitrary node in a hierarchy. This commit adds support for calling this API from testpmd. Signed-off-by: Tomasz Duszynski Reviewed-by: Jasvinder Singh --- app/test-pmd/cmdline.c | 4 ++ app/test-pmd/cmdline_tm.c