[dpdk-dev] [PATCH 01/10] bnx2x: Set cache line based on build configuration

2016-09-30 Thread Patil, Harish
> >Hi Harish, > >On 7/12/2016 6:39 AM, Harish Patil wrote: >>> >>> Correctly hint the cache line size. Remove unused macros associated >>> with the cache line size. >>> >>> Fixes: 540a211084a7 ("bnx2x: driver core") >>> >>> Signed-off-by: Chas Williams <3chas3 at gmail.com> >>> --- >>> drivers/ne

Re: [dpdk-dev] [PATCH 6/7] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-06-01 Thread Patil, Harish
> >On 5/28/2017 9:37 AM, Rasesh Mody wrote: >> From: Harish Patil >> >> Some PMDs need to know the tunnel type in order to handle advance TX >> features. This patch adds a new TX offload flag for MPLS-in-UDP packets. >> >> Signed-off-by: Harish Patil >> --- >> lib/librte_mbuf/rte_mbuf.c |

Re: [dpdk-dev] [PATCH v2 1/2] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-06-08 Thread Patil, Harish
>Hi Rasesh, > >On Wed, 7 Jun 2017 00:43:48 -0700, Rasesh Mody >wrote: >> From: Harish Patil >> >> Some PMDs need to know the tunnel type in order to handle advance TX >> features. This patch adds a new TX offload flag for MPLS-in-UDP packets. >> >> Signed-off-by: Harish Patil >> --- >> lib/li

Re: [dpdk-dev] [PATCH v2 1/2] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-06-09 Thread Patil, Harish
> >On Thu, 8 Jun 2017 21:46:00 +0000, "Patil, Harish" > wrote: >> >Hi Rasesh, >> > >> >On Wed, 7 Jun 2017 00:43:48 -0700, Rasesh Mody >> >wrote: >> >> From: Harish Patil >> >> >> >> Some PMDs need to

Re: [dpdk-dev] [PATCH v7 1/7] qede: add base driver

2017-04-19 Thread Patil, Harish
> ><...> > + +# +# Add extra flags for base ecore driver files # to disable warnings +in them # # BASE_DRIVER_OBJS=$(patsubst %.c,%.o,$(notdir $(wildcard +$(SRCDIR)/base/*.c))) $(foreach obj, $(BASE_DRIVER_OBJS), $(eval +CFLAGS+=$(CFLAGS_BASE_DRIVER))) >>> >>> My eyes

Re: [dpdk-dev] [PATCH v2] app/testpmd: add bitrate stats option

2017-05-01 Thread Patil, Harish
>From: Remy Horton > >Bit-rate collation should only be done by one core. This patch adds >an option to select which core performs the bit-rate calculation, >which is also disabled by default. > >Fixes: 7e4441c8efb9 ("app/testpmd: add bitrate statistics calculation") > >Signed-off-by: Remy Horto

[dpdk-dev] app/testpmd: compilation error with bitrate/latency config flags disabled

2017-05-02 Thread Patil, Harish
Hi, Seeing compilation errors with DPDK 17.05-rc3 when I happened to disable bitrate/latency configs during our internal testing. CONFIG_RTE_LIBRTE_BITRATE=n and CONFIG_RTE_LIBRTE_LATENCY_STATS=n. /home/root1/hpatil/17.05-rc3/dpdk/app/test-pmd/testpmd.c: In function ?main?: /home/root1/hpatil/17.0

Re: [dpdk-dev] [PATCH] net/bnx2x: reserve enough headroom for mbuf prepend

2018-04-23 Thread Patil, Harish
From: zhouyangchao mailto:zhouya...@gmail.com>> Date: Wednesday, March 7, 2018 at 10:57 PM To: Ferruh Yigit mailto:ferruh.yi...@intel.com>> Cc: "dev@dpdk.org" mailto:dev@dpdk.org>>, Harish Patil mailto:harish.pa...@cavium.com>>, "Mody, Rasesh" mailto:rasesh.m...@cavium.com>>

Re: [dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Ethdev Rx offloads API

2018-01-19 Thread Patil, Harish
-Original Message- From: dev on behalf of Shahaf Shuler Date: Tuesday, December 26, 2017 at 1:44 AM To: "jingjing...@intel.com" , "ferruh.yi...@intel.com" Cc: "dev@dpdk.org" Subject: [dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Ethdev Rx offloads API >Ethdev Rx offloads

[dpdk-dev] Compilation errors in drivers/event/opdl/

2018-01-19 Thread Patil, Harish
Hi, I am seeing below compilation errors in drivers/event/opdl/, this is with cloned latest DPDK (git clone http://dpdk.org/git/dpdk). .. .. /home2/hpatil/e4/jan19-inbox-submit/dpdk/drivers/event/opdl/opdl_evdev_xsta ts.c: In function ‘opdl_xstats_get_names’: /home2/hpatil/e4/jan19-inbox-subm

Re: [dpdk-dev] Compilation errors in drivers/event/opdl/

2018-01-22 Thread Patil, Harish
>-Original Message- >> Date: Sat, 20 Jan 2018 05:18:30 + >> From: "Patil, Harish" >> To: "liang.j...@intel.com" , >> "peter.mccar...@intel.com" >> CC: "dev@dpdk.org" >> Subject: [dpdk-dev] Compilation err

Re: [dpdk-dev] [PATCH] net/qede:fix the bug about pointer params may NULL

2017-08-25 Thread Patil, Harish
-Original Message- From: dev on behalf of Rongqiang XIE Date: Thursday, August 24, 2017 at 12:12 AM To: "Mody, Rasesh" Cc: "dev@dpdk.org" , Rongqiang XIE Subject: [dpdk-dev] [PATCH] net/qede:fix the bug about pointer params may NULL >In function qede_rss_reta_update(),the pointer p

Re: [dpdk-dev] [PATCH 02/10] net/qede: fix compilation with -Og

2017-09-11 Thread Patil, Harish
-Original Message- From: dev on behalf of Olivier Matz Date: Monday, September 11, 2017 at 8:13 AM To: "dev@dpdk.org" Subject: [dpdk-dev] [PATCH 02/10] net/qede: fix compilation with -Og >The compilation with gcc-6.3.0 and EXTRA_CFLAGS=-Og gives the following >error: > > CC qede_rxtx.o

Re: [dpdk-dev] [PATCH v6 4/4] doc: add details on ethdev offloads API

2018-03-14 Thread Patil, Harish
-Original Message- From: dev on behalf of Shahaf Shuler Date: Wednesday, October 4, 2017 at 1:18 AM To: "konstantin.anan...@intel.com" , "tho...@monjalon.net" , "arybche...@solarflare.com" , "Jacob, Jerin" , "ferruh.yi...@intel.com" Cc: "dev@dpdk.org" Subject: [dpdk-dev] [PATCH v6 4/4]

Re: [dpdk-dev] [PATCH] doc: update new ethdev offload API description

2018-03-16 Thread Patil, Harish
description >Don't mandate API to pass port offload configuration during queue setup, >this is unnecessary for devices that support only port level offloads. > >Fixes: 81ac560dc1b4 ("doc: add details on ethdev offloads API") >Cc: shah...@mellanox.com > >Signed-off

Re: [dpdk-dev] Survey for final decision about per-port offload API

2018-04-02 Thread Patil, Harish
-Original Message- From: Thomas Monjalon Date: Friday, March 30, 2018 at 6:47 AM To: "dev@dpdk.org" Cc: Ajit Khaparde , "Jacob, Jerin" , "Thotton, Shijith" , "Shukla, Santosh" , Rahul Lakkireddy , John Daley , Wenzhuo Lu , Konstantin Ananyev , Beilei Xing , Qi Zhang , Jingjing Wu , Adri

Re: [dpdk-dev] Survey for final decision about per-port offload API

2018-04-02 Thread Patil, Harish
Legacy , Bruce Richardson , Gaetan Rivet , Olivier Matz Subject: Re: Survey for final decision about per-port offload API >02/04/2018 19:39, Patil, Harish: >> >It was also proposed to relax the API and allow "forgetting" port >> >offloads in queue offloads: >>

Re: [dpdk-dev] vf init issue with patch igb_uio: issue FLR during open and release of device file

2017-09-13 Thread Patil, Harish
-Original Message- From: dev on behalf of Ferruh Yigit Date: Wednesday, September 13, 2017 at 10:06 AM To: "Hu, Xuekun" , "Thotton, Shijith" , "Yang, Qiming" , Gregory Etelson Cc: "dev@dpdk.org" , "Tan, Jianfeng" Subject: Re: [dpdk-dev] vf init issue with patch igb_uio: issue FLR duri

Re: [dpdk-dev] vf init issue with patch igb_uio: issue FLR during open and release of device file

2017-09-18 Thread Patil, Harish
jith [Harish] Shijith, Removing pci_reset_function() from open() seems good enough. Thanks. > >> > -Original Message- >> > From: Zhang, Helin >> > Sent: Monday, September 18, 2017 10:39 AM >> > To: Yang, Qiming ; Gregory Etelson >> > ; tho...@

Re: [dpdk-dev] [PATCH v2 2/2] igb_uio: fix interrupt enablement after FLR in VM

2017-10-13 Thread Patil, Harish
-Original Message- From: dev on behalf of Ferruh Yigit Date: Friday, October 13, 2017 at 2:11 PM To: "Thotton, Shijith" , "Wu, Jingjing" , Harish Patil Cc: "Tan, Jianfeng" , "greg...@weka.io" , "Xing, Beilei" , "dev@dpdk.org" , "sta...@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 2/2]

Re: [dpdk-dev] [PATCH v2 2/2] igb_uio: fix interrupt enablement after FLR in VM

2017-10-16 Thread Patil, Harish
From: Gregory Etelson mailto:greg...@weka.io>> Date: Saturday, October 14, 2017 at 8:10 PM To: Ferruh Yigit mailto:ferruh.yi...@intel.com>> Cc: "Thotton, Shijith" mailto:shijith.thot...@cavium.com>>, "Wu, Jingjing" mailto:jingjing...@intel.com>>, Harish Patil mailto:harish.pa...@cavium.com>>, "T

Re: [dpdk-dev] [PATCH v2 2/2] igb_uio: fix interrupt enablement after FLR in VM

2017-10-16 Thread Patil, Harish
rg" Subject: Re: [PATCH v2 2/2] igb_uio: fix interrupt enablement after FLR in VM >On 10/16/2017 3:49 PM, Patil, Harish wrote: >> From: Gregory Etelson mailto:greg...@weka.io>> >> Date: Saturday, October 14, 2017 at 8:10 PM >> To: Ferruh Yigit ><mailto:ferruh.yi..

Re: [dpdk-dev] [PATCH] igb_uio: revert open and release operations

2017-10-17 Thread Patil, Harish
-Original Message- From: Thomas Monjalon Date: Tuesday, October 17, 2017 at 1:33 PM To: Ferruh Yigit , Harish Patil Cc: "dev@dpdk.org" , Jianfeng Tan , Jingjing Wu , "Thotton, Shijith" , Gregory Etelson , George Prekas , "sta...@dpdk.org" Subject: Re: [PATCH] igb_uio: revert open and r

Re: [dpdk-dev] [PATCH] igb_uio: revert open and release operations

2017-10-19 Thread Patil, Harish
-Original Message- From: Harish Patil Date: Tuesday, October 17, 2017 at 9:50 PM To: Thomas Monjalon , Ferruh Yigit Cc: "dev@dpdk.org" , Jianfeng Tan , Jingjing Wu , "Thotton, Shijith" , Gregory Etelson , George Prekas , "sta...@dpdk.org" Subject: Re: [PATCH] igb_uio: revert open and rel

Re: [dpdk-dev] [PATCH] igb_uio: remove device reset in open

2017-10-20 Thread Patil, Harish
-Original Message- From: Ferruh Yigit Date: Friday, October 20, 2017 at 9:57 AM To: Jingjing Wu , "Thotton, Shijith" , Gregory Etelson , Harish Patil Cc: Thomas Monjalon , "dev@dpdk.org" , "sta...@dpdk.org" , Jianfeng Tan , George Prekas , Sergio Gonzalez Monroy Subject: Re: [PATCH] igb_

Re: [dpdk-dev] [PATCH] igb_uio: remove device reset in open

2017-10-22 Thread Patil, Harish
-Original Message- From: dev on behalf of Harish Patil Date: Friday, October 20, 2017 at 3:18 PM To: Ferruh Yigit , Jingjing Wu , "Thotton, Shijith" , Gregory Etelson Cc: Thomas Monjalon , "dev@dpdk.org" , "sta...@dpdk.org" , Jianfeng Tan , George Prekas , Sergio Gonzalez Monroy Subject

Re: [dpdk-dev] problem with Qlogic NIC QL45611H

2017-10-24 Thread Patil, Harish
-Original Message- From: dev on behalf of "Wu, Xiaoban" Date: Tuesday, October 24, 2017 at 5:36 PM To: "us...@dpdk.org" , "dev@dpdk.org" Subject: [dpdk-dev] problem with Qlogic NIC QL45611H >Dear All, > > >I am trying to run some DPDK applications with the QL45611H NIC, however >I am fa

Re: [dpdk-dev] [PATCH 1/8] net/qede: fix to disable per-VF Tx switching feature

2017-11-07 Thread Patil, Harish
-Original Message- From: Thomas Monjalon Date: Tuesday, November 7, 2017 at 5:53 PM To: "Mody, Rasesh" Cc: "dev@dpdk.org" , Harish Patil , "ferruh.yi...@intel.com" , Dept-Eng DPDK Dev Subject: Re: [dpdk-dev] [PATCH 1/8] net/qede: fix to disable per-VF Tx switching feature >Hi, > >07/11/

Re: [dpdk-dev] [PATCH 1/8] net/qede: fix to disable per-VF Tx switching feature

2017-11-07 Thread Patil, Harish
switching feature >08/11/2017 02:34, Patil, Harish: >> >> --- a/config/common_base >> >> +++ b/config/common_base >> >> +CONFIG_RTE_LIBRTE_QEDE_VF_TX_SWITCH=n >> > >> >We should remove all compile-time options because they cannot be use

Re: [dpdk-dev] [PATCH 2/2] net/qede: fix default config option

2017-11-09 Thread Patil, Harish
-Original Message- From: Ferruh Yigit Date: Thursday, November 9, 2017 at 3:48 PM To: "Mody, Rasesh" , "dev@dpdk.org" , "thomas.monja...@6wind.com" Cc: Harish Patil , Dept-Eng DPDK Dev Subject: Re: [dpdk-dev] [PATCH 2/2] net/qede: fix default config option >On 11/8/2017 10:52 PM, Rasesh

Re: [dpdk-dev] [PATCH 2/2] net/qede: fix default config option

2017-11-09 Thread Patil, Harish
-Original Message- From: Harish Patil Date: Thursday, November 9, 2017 at 3:57 PM To: Ferruh Yigit , "Mody, Rasesh" , "dev@dpdk.org" , "thomas.monja...@6wind.com" Cc: Dept-Eng DPDK Dev Subject: Re: [dpdk-dev] [PATCH 2/2] net/qede: fix default config option >-Original Message- >F

Re: [dpdk-dev] [PATCH 2/2] net/qede: fix default config option

2017-11-09 Thread Patil, Harish
-Original Message- From: Ferruh Yigit Date: Thursday, November 9, 2017 at 4:07 PM To: Harish Patil , "Mody, Rasesh" , "dev@dpdk.org" , "thomas.monja...@6wind.com" Cc: Dept-Eng DPDK Dev Subject: Re: [dpdk-dev] [PATCH 2/2] net/qede: fix default config option

Re: [dpdk-dev] 17.08.1 patches review and test

2017-11-30 Thread Patil, Harish
-Original Message- From: dev on behalf of Yuanhan Liu Date: Monday, November 27, 2017 at 4:21 AM To: dpdk stable Cc: "dev@dpdk.org" , "Xu, Qian Q" Subject: [dpdk-dev] 17.08.1 patches review and test >Hi all, > >Here is a list of patches targeted for stable release 17.08.1. Please >he

Re: [dpdk-dev] 17.08.1 patches review and test

2017-12-02 Thread Patil, Harish
-Original Message- From: Yuanhan Liu Date: Thursday, November 30, 2017 at 10:28 PM To: Harish Patil Cc: dpdk stable , "dev@dpdk.org" , "Xu, Qian Q" , Dept-Eng DPDK Dev Subject: Re: [dpdk-dev] 17.08.1 patches review and test >On Thu, Nov 30, 2017 at 07:09:28

Re: [dpdk-dev] 17.08.1 patches review and test

2017-12-04 Thread Patil, Harish
-Original Message- From: dev on behalf of Yuanhan Liu Date: Monday, November 27, 2017 at 4:21 AM To: dpdk stable Cc: "dev@dpdk.org" , "Xu, Qian Q" Subject: [dpdk-dev] 17.08.1 patches review and test >Hi all, > >Here is a list of patches targeted for stable release 17.08.1. Please >he

Re: [dpdk-dev] [PATCH 2/5] examples/kni: add optional parameter to enable LRO

2017-12-05 Thread Patil, Harish
-Original Message- From: Ferruh Yigit Date: Monday, December 4, 2017 at 3:25 PM To: "Mody, Rasesh" , "dev@dpdk.org" Cc: Harish Patil , Dept-Eng DPDK Dev Subject: Re: [dpdk-dev] [PATCH 2/5] examples/kni: add optional parameter to enable LRO >On 11/24/2017 12:35 PM, Rasesh Mody wrote: >

Re: [dpdk-dev] [PATCH 2/5] examples/kni: add optional parameter to enable LRO

2017-12-05 Thread Patil, Harish
-Original Message- From: Shahaf Shuler Date: Monday, December 4, 2017 at 10:05 PM To: Ferruh Yigit , "Mody, Rasesh" , "dev@dpdk.org" Cc: Harish Patil , Dept-Eng DPDK Dev Subject: RE: [dpdk-dev] [PATCH 2/5] examples/kni: add optional parameter to enable LRO >Tuesday, December 5, 2017 1

Re: [dpdk-dev] [PATCH] net/qede: fix alloc from socket 0

2018-02-24 Thread Patil, Harish
-Original Message- From: Pascal Mazon Date: Friday, February 23, 2018 at 4:53 AM To: "dev@dpdk.org" , "Mody, Rasesh" , Harish Patil , "Shaikh, Shahed" Cc: "pascal.ma...@6wind.com" , "sta...@dpdk.org" Subject: [PATCH] net/qede: fix alloc from socket 0 >In case osal_dma_alloc_coherent() i

Re: [dpdk-dev] [PATCH v2] net/qede: fix alloc from socket 0

2018-02-26 Thread Patil, Harish
-Original Message- From: Pascal Mazon Date: Monday, February 26, 2018 at 12:01 AM To: "dev@dpdk.org" , "Mody, Rasesh" , Harish Patil , "Shaikh, Shahed" Cc: "pascal.ma...@6wind.com" , "sta...@dpdk.org" Subject: [PATCH v2] net/qede: fix alloc from socket 0 >In case osal_dma_alloc_coherent

Re: [dpdk-dev] [PATCH v2 39/41] net/qede: use contiguous allocation for DMA memory

2018-03-07 Thread Patil, Harish
-Original Message- From: Anatoly Burakov Date: Wednesday, March 7, 2018 at 8:57 AM To: "dev@dpdk.org" Cc: "Mody, Rasesh" , Harish Patil , "Shaikh, Shahed" , "keith.wi...@intel.com" , "jianfeng@intel.com" , "andras.kov...@ericsson.com" , "laszlo.vadk...@ericsson.com" , "benjamin.wal...