Previous patch removed the VLAN item from example code.
This patch fixes the code and documentation accordingly.
Code update includes fix of comments, and removal of redundant
variables and their initialization.
Documentation update reflects the code changes done in previous
patch and in this patc
> -Original Message-
> From: dev On Behalf Of Dekel Peled
> Sent: Tuesday, December 25, 2018 9:42 AM
> To: Ori Kam
> Cc: dev@dpdk.org; Dekel Peled
> Subject: [dpdk-dev] [PATCH v2] examples/flow_filtering: fix example
> documentation
>
> Previous patch removed the VLAN item from examp
Hi Dekel,
See some comments below,
Sunday, December 23, 2018 11:58 AM, Dekel Peled:
> Subject: [PATCH] net/mlx5: modify-header support using Direct Verbs
Maybe title can be: "support modify header using Direct Verbs"
>
> This patch implements the set of actions to support offload of packet hea
Hi,
When I enable the Tx offloads capabilities, I get the segmentation fault.
The backtrace like this:
lcore_main_loop
--> main_loop_tx
--> rte_eth_tx_burst
--> eth_igb_xmit_pkts
--> rte_pktmbuf_free_seg
From: Dekel Peled
> This patch adds to MLX4 PMD the option to set flow rules with wildcard ether
> MAC and specific VLAN ID.
with wildcard => with empty
>
> Note that this fix works with
> 1. CX-3 FW 2.42.5016 or higher.
> 2. mlxconfig configuration STEER_FORCE_VLAN set to 1.
>
> Signed-of
There is no parameter called "eth-peer-configfile" in testpmd. It should be
"eth-peers-configfile". See the usage() method in app/test-pmd/parameters.c.
Fixes: a67857e97ba8 ("doc: clarify usage of testpmd MAC forward mode")
Cc: sta...@dpdk.org
Signed-off-by: Rami Rosen
---
doc/guides/testpmd_a
https://bugs.dpdk.org/show_bug.cgi?id=175
Bug ID: 175
Summary: DPDK on Azure using `intel-go/nff-go` fails using
`hv_netvsc` driver
Product: DPDK
Version: 18.11
Hardware: Other
OS: Linux
Status:
This patch adds glue functions for operations:
- dv_open_device.
- devx object create, destroy, query and modify.
- devx general command
The new operations depend on HAVE_IBV_DEVX_OBJ.
Signed-off-by: Moti Haimovsky
---
drivers/net/mlx5/Makefile| 5 +++
drivers/net/mlx5/meson.build |
This commit adds counters support when creating flows via direct
verbs. The implementation uses devx interface in order to create
query and delete the counters.
This support requires MLNX_OFED_LINUX-4.5-0.1.0.1 installation.
Signed-off-by: Moti Haimovsky
---
drivers/net/mlx5/Makefile |
This commit modifies the logic for searching an allocating a shared
counter in mlx5_flow_verbs.
modifies commit 84c406e74524 ("net/mlx5: add flow translate function")
Signed-off-by: Moti Haimovsky
---
drivers/net/mlx5/mlx5_flow_verbs.c | 14 +++---
1 file changed, 7 insertions(+), 7 del
This series of commits add support for creating, allocating, querying
and destroying flow counters in mlx5 PMD using the devx interface.
Moti Haimovsky (3):
net/mlx5: modify shared counter allocation logic
net/mlx5: add devx functions to glue
net/mlx5: support flow counters using devx
driv
Thanks, PSB.
> -Original Message-
> From: Shahaf Shuler
> Sent: Tuesday, December 25, 2018 1:38 PM
> To: Dekel Peled ; Yongseok Koh
>
> Cc: dev@dpdk.org; Ori Kam ; Dekel Peled
>
> Subject: RE: [PATCH] net/mlx5: modify-header support using Direct Verbs
>
> Hi Dekel,
>
> See some comment
Hi Saleh,
Thanks for your patch.
If you will grep into the DPDK repo you will see that there are several
occurrences of IP_VHL_DEF, with the same functionality.
I would consider putting the IPV4_VHL_DEF you added in a more generic
location and not
under testpmd, so other modules will be able to use
This patch adds GRO API limitations in the programmer guide.
Fixes: 2c900d09055e ("doc: add GRO guide")
Fixes: 9e0b9d2ec0f4 ("gro: support VxLAN GRO")
Cc: sta...@dpdk.org
Signed-off-by: Jiayu Hu
---
changes in v2:
- add fix versions
- add more limitations
doc/guides/prog_guide/generic_receive_
HI Thomas,
Snipped
> > > Small nits
> > > 9th patch in this set is doc. So above info need to be corrected.
> > > if you are addressing my earlier comment of separating out mempool
> > > element iteration changes in to separate new patch 9/10 .Please keep
> > > my ack in next version
> >
> > Than
Hello Kevin,
I have an issue with one of the patches originating from me and targeted
for stable. In-lined below.
On Thursday 20 December 2018 05:07 PM, Kevin Traynor wrote:
> (resend with correct subject)
>
> Hi all,
>
> Here is a list of patches targeted for stable release 18.08.1. Please
>
16 matches
Mail list logo