RE: [PATCH v1] net/cpfl: fix invalid action types

2024-08-23 Thread Shetty, Praveen
> In case of CPFL PMD, port_representor action is used for the local > vport and represented_port action is used for the remote port(remote > port in this case is either the idpf pf or the vf port that is being > represeted by the cpfl pmd). > Any mismatch in either of the cases PMD will throw a

Re: [PATCH v1] net/cpfl: fix invalid action types

2024-08-22 Thread Bruce Richardson
On Tue, Jul 30, 2024 at 11:45:40AM +, Praveen Shetty wrote: > In case of CPFL PMD, port_representor action is used for > the local vport and represented_port action is used for > the remote port(remote port in this case is either the idpf > pf or the vf port that is being represeted by the cpfl

Re: [PATCH v1] net/cpfl: fix invalid action types

2024-08-22 Thread Bruce Richardson
On Tue, Jul 30, 2024 at 11:45:40AM +, Praveen Shetty wrote: > In case of CPFL PMD, port_representor action is used for > the local vport and represented_port action is used for > the remote port(remote port in this case is either the idpf > pf or the vf port that is being represeted by the cpfl

[PATCH v1] net/cpfl: fix invalid action types

2024-07-30 Thread Praveen Shetty
In case of CPFL PMD, port_representor action is used for the local vport and represented_port action is used for the remote port(remote port in this case is either the idpf pf or the vf port that is being represeted by the cpfl pmd). Any mismatch in either of the cases PMD will throw an error. Fix