[dpdk-dev] [PATCH v7 1/3] ethdev: support L2TPv2 and PPP procotol
Andrew Rybchenko
andrew.rybchenko at oktetlabs.ru
Thu Oct 21 10:30:42 CEST 2021
On 10/21/21 11:28 AM, Wang, Jie1X wrote:
>
>
>> -----Original Message-----
>> From: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
>> Sent: Thursday, October 21, 2021 3:53 PM
>> To: Wang, Jie1X <jie1x.wang at intel.com>; dev at dpdk.org
>> Cc: Yigit, Ferruh <ferruh.yigit at intel.com>; NBU-Contact-Thomas Monjalon
>> <thomas at monjalon.net>; Li, Xiaoyun <xiaoyun.li at intel.com>; Yang, SteveX
>> <stevex.yang at intel.com>; Wu, Jingjing <jingjing.wu at intel.com>; Xing, Beilei
>> <beilei.xing at intel.com>; Wu, Wenjun1 <wenjun1.wu at intel.com>; Zhang, Qi Z
>> <qi.z.zhang at intel.com>; Ori Kam <orika at nvidia.com>
>> Subject: Re: [PATCH v7 1/3] ethdev: support L2TPv2 and PPP procotol
>>
>> On 10/21/21 10:50 AM, Ori Kam wrote:
>>> Hi Jie,
>>>
>>>> -----Original Message-----
>>>> From: Jie Wang <jie1x.wang at intel.com>
>>>> Sent: Thursday, October 21, 2021 9:26 AM
>>>> Subject: [PATCH v7 1/3] ethdev: support L2TPv2 and PPP procotol
>>>>
>>>> Added flow pattern items and header formats of L2TPv2 and PPP.
>>>>
>>>> Signed-off-by: Wenjun Wu <wenjun1.wu at intel.com>
>>>> Signed-off-by: Jie Wang <jie1x.wang at intel.com>
>>
>> [snip]
>>
>>>> diff --git a/doc/guides/nics/features/iavf.ini
>> b/doc/guides/nics/features/iavf.ini
>>>> index d00ca934c3..a916275b88 100644
>>>> --- a/doc/guides/nics/features/iavf.ini
>>>> +++ b/doc/guides/nics/features/iavf.ini
>>>> @@ -50,8 +50,10 @@ icmp6 = Y
>>>> ipv4 = Y
>>>> ipv6 = Y
>>>> ipv6_frag_ext = Y
>>>> +l2tpv2 = Y
>>>> l2tpv3oip = Y
>>>> pfcp = Y
>>>> +ppp = Y
>>
>> It must be added in the patch when driver support is added.
>>
>
> Hi Andrew,
>
> I don't understand what you're saying. Could you describe it in more detail?
The patch is an ethdev patch which defines the feature.
When just the patch is applied, the driver iavf does not
support it yet. Support is added in a later patch of the
patch series. So, you should claim support in the driver
when support is actually added.
>
>>>> sctp = Y
>>>> tcp = Y
>>>> udp = Y
>>
>> [snip]
More information about the dev
mailing list