Thanks Zhiyong,
Should I correct this patch and resend to dpdk or is it just a suggestion for
future?
Regards,
Kuba
>-Original Message-
>From: Yang, Zhiyong
>Sent: Tuesday, October 10, 2017 08:56
>To: Kozak, KubaX ; Ananyev, Konstantin
>
>Cc: dev@dpdk.org; Kozak, KubaX ; sta...@dpdk.or
VFIO may be used by buses other than PCI. This patch enables
the VFIO on the basis of vfio root presence.
Since vfio_enable should be called only once, pci_vfio_enable
is also removed.
A debug print is added in case vfio_pci module is not present.
Signed-off-by: Hemant Agrawal
---
v3: changed t
Hello Jianfeng,
On Monday 09 October 2017 04:57 PM, Jianfeng Tan wrote:
Introduce a new log type, RTE_LOGTYPE_BUS, for bus drivers. And
change fslmc to use this type for logging.
Suggested-by: Gaetan Rivet
Signed-off-by: Jianfeng Tan
---
drivers/bus/fslmc/fslmc_bus.c | 9 +++
> -Original Message-
> From: Yigit, Ferruh
> Sent: Friday, October 6, 2017 7:25 AM
> To: Olivier Matz ; dev@dpdk.org; Wu, Jingjing
> ; Xing, Beilei
> Subject: Re: [dpdk-dev] [PATCH 04/10] net/i40e: fix compilation with -Og
>
> On 9/11/2017 4:13 PM, Olivier Matz wrote:
> > The compilatio
On Wednesday 11 October 2017 11:01 AM, Tan, Jianfeng wrote:
>
>
> On 10/11/2017 12:43 PM, santosh wrote:
>> On Wednesday 11 October 2017 07:17 AM, Tan, Jianfeng wrote:
>>> Hi,
>>>
>>> Nice patch series. But I still have a small question about below flag.
>>>
>>>
>>> On 10/6/2017 7:03 PM, Santosh S
On 10/11/2017 12:43 PM, santosh wrote:
On Wednesday 11 October 2017 07:17 AM, Tan, Jianfeng wrote:
Hi,
Nice patch series. But I still have a small question about below flag.
On 10/6/2017 7:03 PM, Santosh Shukla wrote:
Get iommu class of PCI device on the bus and returns preferred iova
mapp
On Wednesday 11 October 2017 10:47 AM, Shreyansh Jain wrote:
> On Tuesday 10 October 2017 10:25 PM, santosh wrote:
>>
>> On Tuesday 10 October 2017 09:47 PM, Thomas Monjalon wrote:
>>> 10/10/2017 16:05, santosh:
Hi Thomas,
On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote:
NACK it.
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wu, Jingjing
> Sent: Saturday, September 9, 2017 11:22 AM
> To: Zang MingJie ; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix vsi vlan stripping
>
>
>
> > -Original Message-
> > Fr
On Tuesday 10 October 2017 10:25 PM, santosh wrote:
On Tuesday 10 October 2017 09:47 PM, Thomas Monjalon wrote:
10/10/2017 16:05, santosh:
Hi Thomas,
On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote:
10/10/2017 09:01, Shreyansh Jain:
Fixes: 5b22cf744689 ("bus/dpaa: introducing FMa
On Wednesday 11 October 2017 07:17 AM, Tan, Jianfeng wrote:
> Hi,
>
> Nice patch series. But I still have a small question about below flag.
>
>
> On 10/6/2017 7:03 PM, Santosh Shukla wrote:
>> Get iommu class of PCI device on the bus and returns preferred iova
>> mapping mode for that bus.
>>
>>
In the function virtqueue_enqueue_xmit(), when can_push == 1 is true,
vtnet_hdr_size is added to pkt_len by calling rte_pktmbuf_prepend.
So, virtio header len should be subtracted before calling stats
function.
Fixes: 58169a9c8153 ("net/virtio: support Tx checksum offload")
Signed-off-by: Zhiyong
On 10/10/2017 11:21 PM, Nipun Gupta wrote:
Signed-off-by: Nipun Gupta
---
drivers/event/Makefile | 4 +-
drivers/event/dpaa2/Makefile | 2 +
drivers/event/dpaa2/dpaa2_eventdev.c | 96 +++-
drivers/event/dpaa2/dpaa2_eventdev.h | 8 +++
On 10/10/2017 11:21 PM, Nipun Gupta wrote:
Signed-off-by: Nipun Gupta
---
drivers/event/Makefile | 4 +-
drivers/event/dpaa2/Makefile | 2 +
drivers/event/dpaa2/dpaa2_eventdev.c | 96 +++-
drivers/event/dpaa2/dpaa2_eventdev.h | 8 +++
Hi,
> -Original Message-
> From: Dai, Wei
> Sent: Thursday, September 28, 2017 10:29 AM
> To: Lu, Wenzhuo ; Ananyev, Konstantin
> ; Liang, Cunming
> ; Ma, Jianwei
> Cc: dev@dpdk.org; Dai, Wei ; sta...@dpdk.org
> Subject: [PATCH v2] net/ixgbe: fix VFIO interrupt mapping in VF
>
> When a V
Hi,
> -Original Message-
> From: Dai, Wei
> Sent: Wednesday, September 20, 2017 6:18 PM
> To: Lu, Wenzhuo ; Ananyev, Konstantin
>
> Cc: dev@dpdk.org; Dai, Wei ; sta...@dpdk.org
> Subject: [PATCH] net/ixgbe: fix Rx queue interrupt mapping in VF
>
> When a VF port is bound to VFIO-PCI, mis
Hi,
> -Original Message-
> From: Yong Wang [mailto:wang.yon...@zte.com.cn]
> Sent: Tuesday, September 19, 2017 11:17 AM
> To: Lu, Wenzhuo
> Cc: dev@dpdk.org; Yong Wang
> Subject: [PATCH] net/ixgbe: fix uninitialized variable
>
> In func ixgbe_dev_link_update(), "link.link_autoneg" is us
-Original Message-
> Date: Wed, 11 Oct 2017 01:16:25 +0200
> From: Thomas Monjalon
> To: Nikhil Rao
> Cc: dev@dpdk.org, jerin.ja...@caviumnetworks.com, bruce.richard...@intel.com
> Subject: Re: [dpdk-dev] [PATCH v6 3/7] eventdev: add eth Rx adapter caps
> function to SW PMD
>
> Hi,
>
>
On 9/18/2017 7:53 PM, Jingjing Wu wrote:
> rx/tx_queue_setup functions are shared between PF and VF
> drivers. So the var 'pf' should not be assigned at the beginning.
> This patch fixes the issue, and also corrects the return err code.
>
> Cc: sta...@dpdk.org
> Fixes: b6583ee40265 ("i40e: full VM
On 10/10/2017 3:13 PM, Hemant Agrawal wrote:
> Signed-off-by: Hemant Agrawal
Applied to dpdk-next-net/master, thanks.
On 10/10/2017 3:13 PM, Hemant Agrawal wrote:
> Signed-off-by: Hemant Agrawal
Applied to dpdk-next-net/master, thanks.
On 10/10/2017 4:01 AM, Zhao1, Wei wrote:
> Hi,Ferruh
>
>> -Original Message-
>> From: Zhao1, Wei
>> Sent: Tuesday, October 10, 2017 10:56 AM
>> To: Yigit, Ferruh ; dev@dpdk.org
>> Subject: RE: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for
>> configuration of queue region
>>
>> Hi,
>>
On 10/11/2017 3:01 AM, Ferruh Yigit wrote:
> On 10/10/2017 9:20 PM, Matan Azrad wrote:
>> The stats_get dev op API doesn't include return value, so PMD cannot
>> return an error in case of failure at stats getting process time.
>>
>> Since PCI devices can be removed and there is a time between the
On 10/10/2017 3:22 PM, Ajit Khaparde wrote:
> Patches against dpdk-next-net.
> Please apply.
>
> Ajit Khaparde (4):
> net/bnxt: fix cleanup if a filter allocation fails
> net/bnxt: prevent programming a duplicate flow
> net/bnxt: include fdir support
> net/bnxt: fix the association of a MA
On 10/10/2017 9:20 PM, Matan Azrad wrote:
> The stats_get dev op API doesn't include return value, so PMD cannot
> return an error in case of failure at stats getting process time.
>
> Since PCI devices can be removed and there is a time between the
> physical removal to the RMV interrupt, the use
Hi,
Nice patch series. But I still have a small question about below flag.
On 10/6/2017 7:03 PM, Santosh Shukla wrote:
Get iommu class of PCI device on the bus and returns preferred iova
mapping mode for that bus.
Patch also introduces RTE_PCI_DRV_IOVA_AS_VA drv flag.
Flag used when driver ne
On 10/10/2017 5:10 PM, Yongseok Koh wrote:
>> On Oct 10, 2017, at 7:22 AM, Nelio Laranjeiro
>> wrote:
>>
>> From: Ori Kam
>>
>> Example for setting rule for counting packets with dest
>> ip = 192.168.3.1 in testpmd:
>>
>> testpmd: flow create 0 ingress pattern eth / ipv4 dst is 192.168.3.1
>> /
Hi Roger,
> -Original Message-
> From: Roger B Melton [mailto:rmel...@cisco.com]
> Sent: Saturday, October 7, 2017 7:34 AM
> To: Lu, Wenzhuo
> Cc: dev@dpdk.org; Roger B Melton
> Subject: [PATCH] net/e1000: i350 VLAN tags in loopback packets are big
> endian
>
> When copying VLAN tags fr
On 10/11/2017 2:22 AM, Yongseok Koh wrote:
>
>> On Oct 10, 2017, at 6:14 PM, Ferruh Yigit wrote:
>>
>> On 10/10/2017 3:37 PM, Raslan Darawsheh wrote:
>>> Add a new offload capability flag for Rx HW
>>> timestamp and enabling/disabling this via rte_eth_rxmode.
>>>
>>> Signed-off-by: Raslan Darawsh
> On Oct 10, 2017, at 6:14 PM, Ferruh Yigit wrote:
>
> On 10/10/2017 3:37 PM, Raslan Darawsheh wrote:
>> Add a new offload capability flag for Rx HW
>> timestamp and enabling/disabling this via rte_eth_rxmode.
>>
>> Signed-off-by: Raslan Darawsheh
>> Reviewed-by: Shahaf Shuler
>> Acked-by: Yo
On 10/10/2017 8:33 PM, Ferruh Yigit wrote:
> On 10/10/2017 3:56 PM, Pavan Nikhilesh wrote:
>> Use the event device get attribute function to fetch the event
>> port and queue count
>>
>> Signed-off-by: Pavan Nikhilesh
>
> Reviewed-by: Ferruh Yigit
Squashed into relevant commit in next-net, than
On 10/10/2017 3:37 PM, Raslan Darawsheh wrote:
> Add a new offload capability flag for Rx HW
> timestamp and enabling/disabling this via rte_eth_rxmode.
>
> Signed-off-by: Raslan Darawsheh
> Reviewed-by: Shahaf Shuler
> Acked-by: Yongseok Koh
Series applied to dpdk-next-net/master, thanks.
(f
On 10/10/2017 3:04 PM, Yongseok Koh wrote:
> When replenishing Rx ring, there're always buffered slots reserved between
> consumed entries and HW owned entries. These have to be filled with fake
> mbufs to protect from possible overflow rather than optimistically
> expecting successful replenishmen
> On Oct 10, 2017, at 6:00 PM, Stephen Hemminger
> wrote:
>
> On Mon, 9 Oct 2017 19:12:49 +0530
> Shailja Pandey wrote:
>
>> pktgen_tcp_hdr_ctor(pkt_seq_t *pkt, tcpip_t *tip, int type __rte_unused)
>> {
>> uint16_t tlen;
>>
>> /* Zero out the header space */
>> memse
> -Original Message-
> From: Shreyansh Jain [mailto:shreyansh.j...@nxp.com]
> Sent: Monday, October 09, 2017 10:01 PM
> To: Don Provan ; Jan Blunck ;
> Thomas Monjalon
> Cc: dev ; Hemant Agrawal
> Subject: Re: [dpdk-dev] [PATCH] eal: bus scan and probe never fail
>
> ...
>
> > From the
On 10/10/2017 2:24 PM, Wu, Jingjing wrote:
>
>
>> -Original Message-
>> From: Yong Wang [mailto:wang.yon...@zte.com.cn]
>> Sent: Tuesday, October 10, 2017 7:24 PM
>> To: Wu, Jingjing
>> Cc: dev@dpdk.org; Yong Wang ; sta...@dpdk.org
>> Subject: [PATCH v2] net/i40e: fix uninitialized varia
Hi,
11/10/2017 00:21, Nikhil Rao:
> --- a/lib/librte_eventdev/rte_eventdev_pmd.h
> +++ b/lib/librte_eventdev/rte_eventdev_pmd.h
> @@ -83,6 +83,14 @@ extern "C" {
> } \
> } while (0)
>
> +#define RTE_EVENT_ETH_RX_ADAPTER_SW_CAP \
> + ((RTE_EVENT_ETH_RX_ADAPTER_CAP_OVERRIDE_
10/10/2017 18:52, Jerin Jacob:
> http://dpdk.org/git/next/dpdk-next-eventdev
Pulled, thanks
On 9/26/2017 7:53 PM, Aaron Conole wrote:
> These still need some testing, and I will cc to stable
> with the official patch.
>
> I'm especially interested in the comments on base.
>
> Aaron Conole (4):
> enic: update format string to match arg types
> enic: fix assignment
> enic: remove un
On Mon, 9 Oct 2017 19:12:49 +0530
Shailja Pandey wrote:
> pktgen_tcp_hdr_ctor(pkt_seq_t *pkt, tcpip_t *tip, int type __rte_unused)
> {
> uint16_t tlen;
>
> /* Zero out the header space */
> memset((char *)tip, 0, sizeof(tcpip_t));
>
> /* Create the TCP header
On Mon, 9 Oct 2017 00:13:47 +0800
"Tan, Jianfeng" wrote:
> Hi,
>
>
> On 10/8/2017 12:54 PM, Bill Bonaparte wrote:
> > Thanks Jianfeng for taking time to reply.
> >
> > please allow me to briefly explain why I want to run dpdk on xen.
> > our system is based on dpdk, which means we use dpdk as p
05/10/2017 10:43, Tomasz Duszynski:
> On Wed, Oct 04, 2017 at 05:59:11PM +0100, Ferruh Yigit wrote:
> > On 10/4/2017 9:59 AM, Tomasz Duszynski wrote:
> > > On Wed, Oct 04, 2017 at 01:24:27AM +0100, Ferruh Yigit wrote:
> > >> On 10/3/2017 12:51 PM, Tomasz Duszynski wrote:
> > >>> Add support for the
10/10/2017 16:00, Yuanhan Liu:
> Hi Thomas,
>
> Please consider pulling following virtio/vhost changes for 17.11-rc1 at
> git://dpdk.org/next/dpdk-next-virtiomaster
Pulled, thanks
v3:
Add description of raw flow type mode for flow_director_filter
command in testpmd.
v4:
Fix documentation of flow_director_filter command in testpmd
according to modified parameters.
Signed-off-by: Kirill Rybalchenko
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 18 +-
1
Add new structure rte_eth_raw_flow to the union rte_eth_fdir_flow
to support filter for raw flow type.
Signed-off-by: Kirill Rybalchenko
---
lib/librte_ether/rte_eth_ctrl.h | 10 ++
1 file changed, 10 insertions(+)
diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_
For complex packets use raw flow type with pre-constructed packet buffer
instead of creating a packet internally in PMD.
v2:
Fix code style, add comments
v3:
Merge with dunamic pctype to flow type mapping patch.
Add raw flow type mode to flow_director_filter command in testpmd.
v4:
Remove unnece
v3:
Add raw flow type support to flow_director_filter command
v4:
Remove unnecessary flexbytes parameter for raw flow type flow
director.
Add possibility for arbitrary flow type for set_fdir_input_set
and set_hash_global_config commands.
Signed-off-by: Kirill Rybalchenko
---
app/test-pmd/cmdlin
When addidng flow director filter for raw flow type, instead
of constructing packet use buffer with pre-constructed packet.
v3:
Merge with dynamic pctype to flow type mapping patch.
v5:
Fix code style warning.
Signed-off-by: Kirill Rybalchenko
---
drivers/net/i40e/i40e_fdir.c | 26
The stats_get dev op API doesn't include return value, so PMD cannot
return an error in case of failure at stats getting process time.
Since PCI devices can be removed and there is a time between the
physical removal to the RMV interrupt, the user may get invalid stats
without any indication.
Thi
Add new structure rte_eth_raw_flow to the union rte_eth_fdir_flow
to support filter for raw flow type.
Signed-off-by: Kirill Rybalchenko
---
lib/librte_ether/rte_eth_ctrl.h | 10 ++
1 file changed, 10 insertions(+)
diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_
v3:
Add description of raw flow type mode for flow_director_filter
command in testpmd.
v4:
Fix documentation of flow_director_filter command in testpmd
according to modified parameters.
Signed-off-by: Kirill Rybalchenko
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 18 +-
1
v3:
Add raw flow type support to flow_director_filter command
v4:
Remove unnecessary flexbytes parameter for raw flow type flow
director.
Add possibility for arbitrary flow type for set_fdir_input_set
and set_hash_global_config commands.
Signed-off-by: Kirill Rybalchenko
---
app/test-pmd/cmdlin
When addidng flow director filter for raw flow type, instead
of constructing packet use buffer with pre-constructed packet.
v3:
Merge with dynamic pctype to flow type mapping patch.
Signed-off-by: Kirill Rybalchenko
---
drivers/net/i40e/i40e_fdir.c | 25 -
1 file changed
For complex packets use raw flow type with pre-constructed packet buffer
instead of creating a packet internally in PMD.
v2:
Fix code style, add comments
v3:
Merge with dunamic pctype to flow type mapping patch.
Add raw flow type mode to flow_director_filter command in testpmd.
v4:
Remove unnece
On 9/4/2017 2:19 PM, Radu Nicolau wrote:
>
> On 8/30/2017 4:46 AM, ZengGanghui wrote:
>> When the nic does not support vlan rx offload may be wrong, resulting in
>> lacp packets will not be processed.
>>
>> Signed-off-by: ZengGanghui
> Reviewed-by: Radu Nicolau
Acked-by: Declan Doherty
Appl
On 10/10/2017 7:16 PM, Ferruh Yigit wrote:
> On 10/10/2017 7:04 PM, Jerin Jacob wrote:
>> -Original Message-
>>> Date: Tue, 10 Oct 2017 20:26:15 +0530
>>> From: Pavan Nikhilesh
>>> To: ferruh.yi...@intel.com
>>> CC: dev@dpdk.org, Pavan Nikhilesh
>>> Subject: [dpdk-dev] [PATCH] net/octeont
On 10/10/2017 3:56 PM, Pavan Nikhilesh wrote:
> Use the event device get attribute function to fetch the event
> port and queue count
>
> Signed-off-by: Pavan Nikhilesh
Reviewed-by: Ferruh Yigit
On 10/10/2017 8:18 PM, Jasvinder Singh wrote:
> Add description of the traffic management functions in the testpmd.
>
> Signed-off-by: Jasvinder Singh
Squashed into relevant commit in next-net, thanks.
Commit: 8cbcdd8861cf ("app/testpmd: add traffic management forwarding mode")
On 10/10/2017 2:33 PM, santosh wrote:
>
> On Tuesday 10 October 2017 10:07 AM, Pablo de Lara wrote:
>> drivers/net/octeontx/base/octeontx_pkovf.c(527):
>> error #592: variable "i" is used before its value is set
>> RTE_SET_USED(i);
>>
>> Fixes: ab4f789560c4 ("net/octeontx/base: probe PKI a
> -Original Message-
> From: Yigit, Ferruh
> Sent: Tuesday, October 10, 2017 7:31 PM
> To: Singh, Jasvinder ; dev@dpdk.org
> Cc: Dumitrescu, Cristian ;
> tho...@monjalon.net; Lu, Wenzhuo
> Subject: Re: [PATCH v8 0/5] net/softnic: sw fall-back pmd for traffic mgmt
> and others
>
> On 10/
Add description of the traffic management functions in the testpmd.
Signed-off-by: Jasvinder Singh
---
doc/guides/testpmd_app_ug/run_app.rst | 1 +
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 262
2 files changed, 263 insertions(+)
diff --git a/doc/guides
On 10/10/2017 11:18 AM, Jasvinder Singh wrote:
> The SoftNIC PMD is intended to provide SW fall-back options for specific
> ethdev APIs in a generic way to the NICs not supporting those features.
>
> Currently, the only implemented ethdev API is Traffic Management (TM),
> but other ethdev APIs suc
On 10/10/2017 11:18 AM, Jasvinder Singh wrote:
> This commit extends the testpmd application with new forwarding engine
> that demonstrates the use of ethdev traffic management APIs and softnic
> PMD for QoS traffic management.
>
> In this mode, 5-level hierarchical tree of the QoS scheduler is bu
On 10/10/2017 7:04 PM, Jerin Jacob wrote:
> -Original Message-
>> Date: Tue, 10 Oct 2017 20:26:15 +0530
>> From: Pavan Nikhilesh
>> To: ferruh.yi...@intel.com
>> CC: dev@dpdk.org, Pavan Nikhilesh
>> Subject: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get
>> count
>> X-Ma
-Original Message-
> Date: Tue, 10 Oct 2017 19:11:09 +0200
> From: Thomas Monjalon
> To: Jerin Jacob
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [pull-request] next-eventdev 17.11 RC1
>
> 10/10/2017 18:52, Jerin Jacob:
> > The following changes since commit 33604c31354abc9c55405d5a4b99e
On 10/6/2017 9:05 AM, Adrien Mazarguil wrote:
> On Fri, Oct 06, 2017 at 02:13:14AM +0100, Ferruh Yigit wrote:
>> On 10/5/2017 10:49 AM, Adrien Mazarguil wrote:
>>> This series brings enhancements to various rte_flow helpers:
>>>
>>> - Allow applications to use rte_flow_error_set() by making it part
-Original Message-
> Date: Tue, 10 Oct 2017 20:26:15 +0530
> From: Pavan Nikhilesh
> To: ferruh.yi...@intel.com
> CC: dev@dpdk.org, Pavan Nikhilesh
> Subject: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get
> count
> X-Mailer: git-send-email 2.7.4
>
> Use the event devic
On 10/6/2017 3:08 PM, Roger B Melton wrote:
> Signed-off-by: Roger B Melton
> ---
> v2 - Same content as v1, but properly signed-off.
This patch marked as Superseded in patchwork by patch:
http://dpdk.org/dev/patchwork/patch/30023/
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Aaron Conole
> Sent: Tuesday, September 26, 2017 11:53 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [RFC 4/4] enic: remove anscillary assignment
>
> The assignment at initialization is overwritten immediately. Dr
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Aaron Conole
> Sent: Tuesday, September 26, 2017 11:53 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [RFC 3/4] enic: remove unused code
>
> The functions here aren't called anywhere in code, at least according to b
Aaron,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Aaron Conole
> Sent: Tuesday, September 26, 2017 11:53 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [RFC 2/4] enic: fix assignment
>
> As it stands, the existing assingment to mbuf has no effect outside of t
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Aaron Conole
> Sent: Tuesday, September 26, 2017 11:53 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [RFC 1/4] enic: update format string to match arg types
>
> The argument `index` (and unique_id) is unsigned, but
10/10/2017 18:52, Jerin Jacob:
> The following changes since commit 33604c31354abc9c55405d5a4b99eb42a55a495f:
>
> vfio: refactor PCI BAR mapping (2017-10-10 15:37:58 +0200)
>
> are available in the git repository at:
>
> http://dpdk.org/git/next/dpdk-next-eventdev
Thanks Jerin.
Please upd
On Tuesday 10 October 2017 09:47 PM, Thomas Monjalon wrote:
> 10/10/2017 16:05, santosh:
>> Hi Thomas,
>>
>> On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote:
>>> 10/10/2017 09:01, Shreyansh Jain:
Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations")
Fixes: 37f9b54b
The following changes since commit 33604c31354abc9c55405d5a4b99eb42a55a495f:
vfio: refactor PCI BAR mapping (2017-10-10 15:37:58 +0200)
are available in the git repository at:
http://dpdk.org/git/next/dpdk-next-eventdev
for you to fetch changes up to 457f7a1876b56fa254eec1c36f429d62b92734b
-Original Message-
> Date: Wed, 11 Oct 2017 03:51:30 +0530
> From: Nikhil Rao
> To: jerin.ja...@caviumnetworks.com, bruce.richard...@intel.com
> CC: dev@dpdk.org
> Subject: [PATCH v6 0/7] eventdev: cover letter: eth Rx adapter
> X-Mailer: git-send-email 2.7.4
>
> Eventdev-based networking
On 10/10/2017 8:40 AM, Kavanagh, Mark B wrote:
>> From: Yigit, Ferruh
>> Sent: Monday, October 9, 2017 6:34 PM
>> To: Kavanagh, Mark B ; dev@dpdk.org
>> Cc: ajit.khapa...@broadcom.com
>> Subject: Re: [PATCH] net/bnxt: fix compilation
>>
>> On 10/9/2017 2:59 PM, Mark Kavanagh wrote:
>>> As of 5ef3b7
10/10/2017 15:46, Hemant Agrawal:
> Hi Thomas, Anatoly,
>
> On 10/7/2017 5:07 PM, Thomas Monjalon wrote:
> > 07/10/2017 13:20, Hemant Agrawal:
> >> In case no_pci is configured, other buses e.g. fslmc bus will
> >> still need the the vfio to be enabled.
> >>
> >> Signed-off-by: Hemant Agrawal
> >
-Original Message-
> Date: Wed, 11 Oct 2017 03:51:30 +0530
> From: Nikhil Rao
> To: jerin.ja...@caviumnetworks.com, bruce.richard...@intel.com
> CC: dev@dpdk.org
> Subject: [PATCH v6 0/7] eventdev: cover letter: eth Rx adapter
> X-Mailer: git-send-email 2.7.4
>
> Eventdev-based networking
10/10/2017 16:05, santosh:
> Hi Thomas,
>
> On Tuesday 10 October 2017 01:09 PM, Thomas Monjalon wrote:
> > 10/10/2017 09:01, Shreyansh Jain:
> >> Fixes: 5b22cf744689 ("bus/dpaa: introducing FMan configurations")
> >> Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup")
> > These lines
> On Oct 10, 2017, at 7:22 AM, Nelio Laranjeiro
> wrote:
>
> From: Ori Kam
>
> Example for setting rule for counting packets with dest
> ip = 192.168.3.1 in testpmd:
>
> testpmd: flow create 0 ingress pattern eth / ipv4 dst is 192.168.3.1
> / end actions queue index 0 / count / end
>
> Readi
Hi,
Next iteration will have the macro removed and the register write then
polling macro reworked and moved to ixgbe_osdep.h
Regards,
Radu
On 10/6/2017 7:33 PM, Ananyev, Konstantin wrote:
-Original Message-
From: Nicolau, Radu
Sent: Friday, October 6, 2017 10:18 AM
To: Ananyev, K
Shreyansh Jain writes:
> Hello Don,
>
> On Monday 09 October 2017 11:51 PM, Don Provan wrote:
>>> -Original Message-
>>> From: Shreyansh Jain [mailto:shreyansh.j...@nxp.com]
>>> Sent: Monday, October 09, 2017 4:10 AM
>>> To: Jan Blunck ; Thomas Monjalon
>>>
>>> Cc: dev ; Hemant Agrawal
10/10/2017 16:15, Hemant Agrawal:
> Signed-off-by: Hemant Agrawal
> ---
> drivers/bus/fslmc/Makefile| 3 ++-
> drivers/crypto/dpaa2_sec/Makefile | 3 ++-
> drivers/event/dpaa2/Makefile | 3 ++-
> drivers/mempool/dpaa2/Makefile| 3 ++-
> drivers/net/dpaa2/Makefile| 3 ++-
>
This commit allows the xstats_get() API to return just a single
value based on its ID. Previously, the "ret_n_lt_stats" value
set to 1 ensured a check to take place that the array was larger
than the available xstats.
The xstats_get() API allows retriving of individual stats - hence
this check sho
Use the event device get attribute function to fetch the event
port and queue count
Signed-off-by: Pavan Nikhilesh
---
drivers/net/octeontx/octeontx_ethdev.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/net/octeontx/octeontx_ethdev.c
b/drivers/net/octeontx/o
Add unit tests for rte_event_eth_rx_adapter_xxx() APIs
Signed-off-by: Nikhil Rao
---
test/test/test_event_eth_rx_adapter.c | 453 ++
MAINTAINERS | 1 +
test/test/Makefile| 1 +
3 files changed, 455 insertions(+)
c
> On Oct 10, 2017, at 7:37 AM, Raslan Darawsheh wrote:
>
> Expose Rx HW timestamp to packet mbufs.
>
> Signed-off-by: Raslan Darawsheh
> ---
Acked-by: Yongseok Koh
Thanks
Expose Rx HW timestamp to packet mbufs.
Signed-off-by: Raslan Darawsheh
---
Changes in v9:
- Fix indentation issue in mlx5_rxtx_vec_neon.h
Changes in v8:
- Rebasing the work on top of next-net
Changes in v7:
- Rebasing the work on top ot c814b93b ("net/mlx5: add vectorized Rx/Tx burst
for ARM"
Add enabling/disabling Rx HW timestamp from
command line and parameter.
Signed-off-by: Raslan Darawsheh
Acked-by: Yongseok Koh
---
app/test-pmd/cmdline.c| 15 ---
app/test-pmd/config.c | 8
app/test-pmd/parameters.c | 5 +
app/test-pmd/rxonly.c | 2 ++
ap
Add a new offload capability flag for Rx HW
timestamp and enabling/disabling this via rte_eth_rxmode.
Signed-off-by: Raslan Darawsheh
Reviewed-by: Shahaf Shuler
Acked-by: Yongseok Koh
---
Changes in v7:
- Updated features.rst to use both rx_offload_capa,rx_queue_offload_capa
- Updated default.i
Glad to hear that helped!
Then the patch will get merged soon.
Thanks,
Yongseok
> On Oct 10, 2017, at 1:10 AM, Martin Weiser
> wrote:
>
> Hi Yongseok,
>
> I can confirm that this patch fixes the crashes and freezing in my tests
> so far.
>
> We still see an issue that once the mbufs run low
On Tuesday 10 October 2017 07:47 PM, Hemant Agrawal wrote:
> This is not required to be printed for every mempool call.
>
> Signed-off-by: Hemant Agrawal
> ---
Will print only in debug mode though, But ok with patch.
Reviewed-by: Santosh Shukla
Thanks.
From: Ori Kam
Example for setting rule for counting packets with dest
ip = 192.168.3.1 in testpmd:
testpmd: flow create 0 ingress pattern eth / ipv4 dst is 192.168.3.1
/ end actions queue index 0 / count / end
Reading the number of packets and bytes for the rule:
testpmd: flow query 0 0 count
We were not associating a MAC+VLAN per VNIC filter correctly.
This patch fixes that. Also set the VLAN type appropriately.
Signed-off-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_hwrm.c | 22 ++
drivers/net/bnxt/bnxt_rxq.c | 2 +-
2 files changed, 23 insertions(+), 1 deletio
Match a flow against existing flows programmed in the HW
and prevent overlapping entries. Also change log level of
some logs to DEBUG.
Signed-off-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_filter.c | 72 +++---
1 file changed, 67 insertions(+), 5 deletions(-)
This patch brings support for Flow Director.
Signed-off-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_ethdev.c | 384 -
drivers/net/bnxt/bnxt_filter.h | 2 +
2 files changed, 384 insertions(+), 2 deletions(-)
diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/
We are not checking if a filter allocation succeeded.
And we end up accessing a null pointer after that.
Also invalidate the fw_l2_filter_id to prevent unnecessary
HW access and hence HWRM command failures during exit.
Signed-off-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_filter.c | 14
Patches against dpdk-next-net.
Please apply.
Ajit Khaparde (4):
net/bnxt: fix cleanup if a filter allocation fails
net/bnxt: prevent programming a duplicate flow
net/bnxt: include fdir support
net/bnxt: fix the association of a MACVLAN per VNIC
drivers/net/bnxt/bnxt_ethdev.c | 384 ++
On 10/10/2017 7:45 PM, Thomas Monjalon wrote:
25/09/2017 12:24, Olivier MATZ:
Hi Hemant,
On Fri, Sep 22, 2017 at 12:43:36PM +0530, Hemant Agrawal wrote:
On 7/4/2017 5:52 PM, Hemant Agrawal wrote:
This patch is in addition to the patch series[1] submitted by
Santosh to allow application to set
This is not required to be printed for every mempool call.
Signed-off-by: Hemant Agrawal
---
lib/librte_mempool/rte_mempool.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/lib/librte_mempool/rte_mempool.c b/lib/librte_mempool/rte_mempool.c
index 57a4f81..6357fd4 100644
1 - 100 of 181 matches
Mail list logo