Re: [dpdk-dev] [dpdk-stable] [PATCH 6/8] net/qede: correct offload not supported mask

2018-11-04 Thread Shaikh, Shahed
> -Original Message- > From: dev On Behalf Of Ferruh Yigit > Sent: Saturday, November 3, 2018 1:32 AM > To: Patil, Harish > Cc: Xiaolong Ye ; Qi Zhang ; > Beilei Xing ; dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 6/8] net/qede: correct offload > not > sup

Re: [dpdk-dev] [PATCH 09/18] drivers: net: qede: fix strncpy constant and NUL

2018-05-08 Thread Shaikh, Shahed
> -Original Message- > From: dev On Behalf Of Andy Green > Sent: Monday, May 7, 2018 11:30 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 09/18] drivers: net: qede: fix strncpy constant and > NUL > > > --- > drivers/net/qede/base/ecore_int.c | 10 ++ > 1 file changed, 6

Re: [dpdk-dev] [PATCH 05/15] build: add Meson files for qede PMD

2018-09-11 Thread Shaikh, Shahed
> -Original Message- > From: Luca Boccassi > Sent: Tuesday, September 11, 2018 1:34 AM > To: dev@dpdk.org > Cc: keith.wi...@intel.com; roy.fan.zh...@intel.com; jingjing...@intel.com; > wenzhuo...@intel.com; Mody, Rasesh ; Patil, > Harish ; Shaikh, Shahed > ; amr.mo

Re: [dpdk-dev] [PATCH] drivers/net: do not redefine bool

2018-09-20 Thread Shaikh, Shahed
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, September 20, 2018 5:49 AM > To: Ferruh Yigit ; Rahul Lakkireddy > ; Wenzhuo Lu ; Qi > Zhang ; Xiao Wang ; > Konstantin Ananyev ; Mody, Rasesh > ; Patil, Harish ; Shaikh, > Shahed ; Yong Wang &

Re: [dpdk-dev] [PATCH 09/18] drivers: net: qede: fix strncpy constant and NUL

2018-05-08 Thread Shaikh, Shahed
> -Original Message- > From: dev On Behalf Of Bruce Richardson > Sent: Tuesday, May 8, 2018 2:53 PM > To: dev-boun...@dpdk.org > Cc: Andy Green ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 09/18] drivers: net: qede: fix strncpy constant > and NUL > > On Tue, May 08, 2018 at 05:59:47PM

Re: [dpdk-dev] [PATCH 09/18] drivers: net: qede: fix strncpy constant and NUL

2018-05-08 Thread Shaikh, Shahed
> >>> I think you can retain OSAL_STRNCPY and just replace 30 with > >> 'bit_name[sizeof(bit_name) - 1' and then set last byte with '\0' just > >> like you > did. > >> > >> Can that actually be fixed inside OSAL_STRNCPY itself, rather than > >> having each use needing to explicitly null-terminat

Re: [dpdk-dev] [PATCH v4 09/18] net/qede: strncpy length constant and NUL

2018-05-11 Thread Shaikh, Shahed
> > >> > > >> +#include > > >> + > > >> #include "bcm_osal.h" > > >> #include "ecore.h" > > >> #include "ecore_spq.h" > > >> @@ -1104,9 +1106,9 @@ static enum _ecore_status_t > > >> ecore_int_deassertion(struct ecore_hwfn *p_hwfn, > > >>

Re: [dpdk-dev] [PATCH 4/5] app/testpmd: add configuration for udp port tunnel type

2017-12-07 Thread Shaikh, Shahed
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Thursday, December 7, 2017 6:09 AM > To: Mody, Rasesh ; dev@dpdk.org > Cc: Shaikh, Shahed ; Dept-Eng DPDK Dev engdpdk...@cavium.com> > Subject: Re: [dpdk-dev] [PATCH 4/5] app/testpmd: