Hi all,
I am developing an application with DPDK (v17.11) using a concatenation of
pipelines.
Now I find myself on the definition of an ACL table and more precisely the
format of the ACL fields.
One of the parameters of this field format is the 'offset', which indicates
the number of bytes till t
Hi all,
I am developing an application with DPDK (v17.11) using a concatenation of
pipelines.
Now I find myself on the definition of an ACL table and more precisely the
format of the ACL fields.
One of the parameters of this field format is the 'offset', which indicates
the number of bytes till t
>-Original Message-
>From: dev On Behalf Of Andrew Rybchenko
>Sent: Friday, August 16, 2019 1:18 PM
>To: Pavan Nikhilesh Bhagavatula ; Jerin
>Jacob Kollanukkaran ; ferruh.yi...@intel.com;
>John McNamara ; Marko Kovacevic
>; Thomas Monjalon
>
>Cc: dev@dpdk.org
>Subject: Re: [dpdk-dev] [PA
>Subject: Re: [dpdk-dev] [PATCH 4/7] net: update Rx RSS hash offload
>capabilities
>
>Prefix "net: " is typically used for lib/librte_net. It should be
>"drivers/net: " here.
Ack will fix in v2.
>
>On 8/16/19 8:55 AM, pbhagavat...@marvell.com wrote:
>> From: Pavan Nikhilesh
>>
>> Add DEV_RX_OFFL
>Prefix "net: " is typically used for lib/librte_net. It should be
>"drivers/net: " here.
>
>"Rx flow action offload" sounds strange. May be "Rx flow mark offload".
>
>On 8/16/19 8:55 AM, pbhagavat...@marvell.com wrote:
>> From: Pavan Nikhilesh
>>
>> Add DEV_RX_OFFLOAD_FLOW_MARK flag for all suppo
>> enable/disable PMDs write to `rte_mbuf::hash::fdir::hi`.
>
>Notes similar to RSS hash.
>
>It requires better motivation why. It lets Rx queue know that
>it will be used as flow action MARK target and the queue should
>be configured to deliver the mark from NIC to PMD and processed
>in the driver
>-Original Message-
>From: Andrew Rybchenko
>Sent: Friday, August 16, 2019 1:53 PM
>To: Pavan Nikhilesh Bhagavatula ; Jerin
>Jacob Kollanukkaran ; ferruh.yi...@intel.com;
>John McNamara ; Marko Kovacevic
>; Thomas Monjalon
>
>Cc: dev@dpdk.org
>Subject: [EXT] Re: [dpdk-dev] [PATCH 1/7] et
>>
>> Add ptype set default functionality i.e. enable ptype by default and
>> report ptypes even if application disables ptypes.
>>
>> Signed-off-by: Pavan Nikhilesh
>
>May be it is better to have
>rte_ethdev_supported_ptype_set_dummy()
>in ethdev library and use it in PMDs instead of duplicating
Friday, August 16, 2019 10:48 AM, Andrew Rybchenko:
> Subject: Re: [dpdk-dev] [PATCH 2/7] ethdev: add mbuf RSS update as a
> offload
>
> On 8/16/19 8:55 AM, pbhagavat...@marvell.com wrote:
> > From: Pavan Nikhilesh
> >
> > Add new Rx offload flag `DEV_RX_OFFLOAD_RSS_HASH` which can be used
> to
>
Friday, August 16, 2019 11:05 AM, Andrew Rybchenko:
> ; Thomas Monjalon
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH 3/7] ethdev: add flow action type update as
> an offload
>
> On 8/16/19 8:55 AM, pbhagavat...@marvell.com wrote:
> > From: Pavan Nikhilesh
> >
> > Add new Rx offload flag `
On 8/18/19 7:52 AM, Shahaf Shuler wrote:
Friday, August 16, 2019 10:48 AM, Andrew Rybchenko:
Subject: Re: [dpdk-dev] [PATCH 2/7] ethdev: add mbuf RSS update as a
offload
On 8/16/19 8:55 AM, pbhagavat...@marvell.com wrote:
From: Pavan Nikhilesh
Add new Rx offload flag `DEV_RX_OFFLOAD_RSS_HASH
On 8/18/19 7:59 AM, Shahaf Shuler wrote:
Friday, August 16, 2019 11:05 AM, Andrew Rybchenko:
; Thomas Monjalon
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 3/7] ethdev: add flow action type update as
an offload
On 8/16/19 8:55 AM, pbhagavat...@marvell.com wrote:
From: Pavan Nikhilesh
Add
Sunday, August 18, 2019 8:39 AM, Andrew Rybchenko:
> ; Thomas Monjalon
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH 2/7] ethdev: add mbuf RSS update as a
> offload
>
> On 8/18/19 7:52 AM, Shahaf Shuler wrote:
> > Friday, August 16, 2019 10:48 AM, Andrew Rybchenko:
> >> Subject: Re: [dpdk-d
Sunday, August 18, 2019 8:57 AM, Andrew Rybchenko:
> Subject: Re: [dpdk-dev] [PATCH 3/7] ethdev: add flow action type update as
> an offload
>
> On 8/18/19 7:59 AM, Shahaf Shuler wrote:
> > Friday, August 16, 2019 11:05 AM, Andrew Rybchenko:
> >> ; Thomas Monjalon
>
> >> Cc: dev@dpdk.org
> >> Sub
Have rte_eal_config_reattach clean up the mapped address
which is a valid address but not the one intended.
Coverity issue: 343439
Signed-off-by: Arnon Warshavsky
---
lib/librte_eal/linux/eal/eal.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librte_eal/linux/eal/eal.c b/lib/librte_ea
15 matches
Mail list logo