* [dpdk-dev] [PATCH] net/mlx5: fix packet type flags for Ethernet only frame
@ 2017-10-24 6:16 Shahaf Shuler
2017-10-24 6:53 ` Nélio Laranjeiro
0 siblings, 1 reply; 3+ messages in thread
From: Shahaf Shuler @ 2017-10-24 6:16 UTC (permalink / raw)
To: yskoh, nelio.laranjeiro, adrien.mazarguil; +Cc: dev, stable
Considering the PMD supports only Ethernet transport, packet which
arrives without any packet type flags in the completion should be
marked with L2_ETHER flag.
Fixes: ea16068c0064 ("net/mlx5: fix L4 packet type support")
Cc: stable@dpdk.org
Cc: yskoh@mellanox.com
Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
---
drivers/net/mlx5/mlx5_rxtx.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/mlx5/mlx5_rxtx.c b/drivers/net/mlx5/mlx5_rxtx.c
index 961967bf4..67e7e0639 100644
--- a/drivers/net/mlx5/mlx5_rxtx.c
+++ b/drivers/net/mlx5/mlx5_rxtx.c
@@ -97,6 +97,8 @@ mlx5_set_ptype_table(void)
* bit[6] = tunneled
* bit[7] = outer_l3_type
*/
+ /* L2 */
+ (*p)[0x00] = RTE_PTYPE_L2_ETHER;
/* L3 */
(*p)[0x01] = RTE_PTYPE_L2_ETHER | RTE_PTYPE_L3_IPV6_EXT_UNKNOWN |
RTE_PTYPE_L4_NONFRAG;
--
2.12.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] net/mlx5: fix packet type flags for Ethernet only frame
2017-10-24 6:16 [dpdk-dev] [PATCH] net/mlx5: fix packet type flags for Ethernet only frame Shahaf Shuler
@ 2017-10-24 6:53 ` Nélio Laranjeiro
2017-10-24 17:56 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Nélio Laranjeiro @ 2017-10-24 6:53 UTC (permalink / raw)
To: Shahaf Shuler; +Cc: yskoh, nelio.laranjeiro, adrien.mazarguil, dev, stable
On Tue, Oct 24, 2017 at 09:16:09AM +0300, Shahaf Shuler wrote:
> Considering the PMD supports only Ethernet transport, packet which
> arrives without any packet type flags in the completion should be
> marked with L2_ETHER flag.
>
> Fixes: ea16068c0064 ("net/mlx5: fix L4 packet type support")
> Cc: stable@dpdk.org
> Cc: yskoh@mellanox.com
>
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> Acked-by: Yongseok Koh <yskoh@mellanox.com>
> ---
> drivers/net/mlx5/mlx5_rxtx.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/net/mlx5/mlx5_rxtx.c b/drivers/net/mlx5/mlx5_rxtx.c
> index 961967bf4..67e7e0639 100644
> --- a/drivers/net/mlx5/mlx5_rxtx.c
> +++ b/drivers/net/mlx5/mlx5_rxtx.c
> @@ -97,6 +97,8 @@ mlx5_set_ptype_table(void)
> * bit[6] = tunneled
> * bit[7] = outer_l3_type
> */
> + /* L2 */
> + (*p)[0x00] = RTE_PTYPE_L2_ETHER;
> /* L3 */
> (*p)[0x01] = RTE_PTYPE_L2_ETHER | RTE_PTYPE_L3_IPV6_EXT_UNKNOWN |
> RTE_PTYPE_L4_NONFRAG;
> --
> 2.12.0
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
--
Nélio Laranjeiro
6WIND
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] [PATCH] net/mlx5: fix packet type flags for Ethernet only frame
2017-10-24 6:53 ` Nélio Laranjeiro
@ 2017-10-24 17:56 ` Ferruh Yigit
0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2017-10-24 17:56 UTC (permalink / raw)
To: Nélio Laranjeiro, Shahaf Shuler; +Cc: yskoh, adrien.mazarguil, dev, stable
On 10/23/2017 11:53 PM, Nélio Laranjeiro wrote:
> On Tue, Oct 24, 2017 at 09:16:09AM +0300, Shahaf Shuler wrote:
>> Considering the PMD supports only Ethernet transport, packet which
>> arrives without any packet type flags in the completion should be
>> marked with L2_ETHER flag.
>>
>> Fixes: ea16068c0064 ("net/mlx5: fix L4 packet type support")
Cc: stable@dpdk.org
>>
>> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
>> Acked-by: Yongseok Koh <yskoh@mellanox.com>
> Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Applied to dpdk-next-net/master, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-24 17:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 6:16 [dpdk-dev] [PATCH] net/mlx5: fix packet type flags for Ethernet only frame Shahaf Shuler
2017-10-24 6:53 ` Nélio Laranjeiro
2017-10-24 17:56 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).