Re: [PATCH v2] net/enic: add support for eCPRI matching

2022-01-27 Thread Ferruh Yigit
On 1/26/2022 9:48 PM, John Daley wrote: eCPRI message can be over Ethernet layer (.1Q supported also) or over UDP layer. Message header formats are the same in these two variants. Only up though the first packet header in the PDU can be matched. RSS on the eCPRI header fields is not supported.

[PATCH v2] net/enic: add support for eCPRI matching

2022-01-26 Thread John Daley
eCPRI message can be over Ethernet layer (.1Q supported also) or over UDP layer. Message header formats are the same in these two variants. Only up though the first packet header in the PDU can be matched. RSS on the eCPRI header fields is not supported. Signed-off-by: John Daley Reviewed-by: Hy