Hi Ferruh,
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, February 8, 2024 7:13 PM
> To: Ori Kam ; Dariusz Sosnowski
>
> On 2/8/2024 9:09 AM, Ori Kam wrote:
> > During encapsulation of a packet, it is possible to change some
> > outer headers to improve flow destribution.
>
In heavy-weight mode GRO which is based on timer, the GRO packets
will not be flushed in spite of timer expiry if there is no packet
in the current poll. If timer mode GRO is enabled the
rte_gro_timeout_flush API should be invoked.
Signed-off-by: Kumara Parameshwaran
---
v1:
Changes to make s
> On Feb 10, 2024, at 9:20 AM, Honnappa Nagarahalli
> wrote:
>
>
>
>> On Feb 10, 2024, at 12:49 AM, Pavan Nikhilesh Bhagavatula
>> wrote:
>>
>>
> wrote:
>>
>> Hi Pavan,
>>
>>> The compiler options march and mtune are a subset of mcpu and will
>>> lead
> to
> On Feb 2, 2024, at 2:50 AM, pbhagavat...@marvell.com wrote:
>
> From: Pavan Nikhilesh
>
> Allow RTE_ARM_USE_WFE to be enabled at meson configuration
> time by passing it via c_args instead of modifying
> `config/arm/meson.build`.
>
> Example usage:
> meson build -Dc_args='-DRTE_ARM_USE_WFE'
> -Original Message-
> From: Honnappa Nagarahalli
> Sent: Saturday, February 10, 2024 10:07 PM
> To: Pavan Nikhilesh Bhagavatula
> Cc: Jerin Jacob ; juraj.lin...@pantheon.tech; nd
> ; Ruifeng Wang ; Bruce Richardson
> ; dev@dpdk.org; Chengwen Feng
> ; Wathsala Wathawana Vithanage
> ; Dh
> On Feb 10, 2024, at 12:47 AM, Pavan Nikhilesh Bhagavatula
> wrote:
>
>>> On Feb 1, 2024, at 3:57 PM, pbhagavat...@marvell.com wrote:
>>>
>>> From: Pavan Nikhilesh
>>>
>>> Allow RTE_ARM_USE_WFE to be enabled at meson configuration
>>> time by passing it via c_args instead of modifying
>>>
> On Feb 10, 2024, at 12:49 AM, Pavan Nikhilesh Bhagavatula
> wrote:
>
>
wrote:
>
> Hi Pavan,
>
>> The compiler options march and mtune are a subset of mcpu and will
>> lead
to
>> conflicts if improper march is chosen for a given mcpu.
>> To avoid conf
Acked-by: Chengwen Feng
On 2024/2/10 14:27, pbhagavat...@marvell.com wrote:
From: Pavan Nikhilesh
Align fp_objects based on cacheline size defined
by build configuration.
Signed-off-by: Pavan Nikhilesh
---
v2 Changes:
- Drop malloc changes.
lib/dmadev/rte_dmadev_core.h | 2 +-
1 file chan
From: Long Wu
Add the corresponding logics to support the offload of RSS action.
Signed-off-by: Long Wu
Reviewed-by: Chaoyong He
Reviewed-by: Peng Zhang
---
doc/guides/nics/features/nfp.ini | 1 +
drivers/net/nfp/flower/nfp_flower_flow.c | 124 ++
drivers/
From: Long Wu
Add RSS configuration in representor initializaion.
Signed-off-by: Long Wu
Reviewed-by: Chaoyong He
Reviewed-by: Peng Zhang
---
drivers/common/nfp/nfp_common_ctrl.h| 1 +
drivers/net/nfp/flower/nfp_flower.c | 12 ++--
drivers/net/nfp/flower/nfp_
From: Long Wu
Add a interface to check if a device is a representor.
Signed-off-by: Long Wu
Reviewed-by: Chaoyong He
Reviewed-by: Peng Zhang
---
drivers/net/nfp/flower/nfp_flower_flow.c | 2 +-
drivers/net/nfp/nfp_mtr.c| 2 +-
drivers/net/nfp/nfp_net_common.c | 10 +
From: Long Wu
Add the corresponding logics to support the offload of MARK action.
Signed-off-by: Long Wu
Reviewed-by: Chaoyong He
Reviewed-by: Peng Zhang
---
drivers/net/nfp/flower/nfp_flower_cmsg.h | 16 ++
drivers/net/nfp/flower/nfp_flower_flow.c | 27
This patch series aims to add support of partial offload for NFP PMD.
Long Wu (4):
net/nfp: support MARK flow action
net/nfp: add interface to check representor
net/nfp: representor adds RSS configuration
net/nfp: support RSS flow action
doc/guides/nics/features/nfp.ini |
13 matches
Mail list logo