On 06.10.23 11:29, [email protected] wrote: > From: Jakob Meng <[email protected]> > > Fixes: fc06ea9a1883 ("netdev-dpdk: Add custom rx-steering configuration.") > Signed-off-by: Jakob Meng <[email protected]> > --- > vswitchd/vswitch.xml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml > index 006d1e6a4..1e2a1267d 100644 > --- a/vswitchd/vswitch.xml > +++ b/vswitchd/vswitch.xml > @@ -3806,6 +3806,20 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 > type=patch options:peer=p1 \ > Ethernet address set for this VF interface. Only reported for > dpdk > VF representors. > </column> > + > + <column name="status" key="rx_steering"> > + Hardware Rx queue steering policy in use. > + </column> > + > + <column name="status" key="rx_steering_queue"> > + ID of rx steering queue. Only reported if > <code>rx-steering</code> > + is supported by hardware. > + </column> > + > + <column name="status" key="rss_queues"> > + IDs of rss queues. Only reported if <code>rx-steering</code> is > + supported by hardware. > + </column> > </group> > </group> >
(Unchanged patch, adding acks from previous versions) Acked-by: Simon Horman <[email protected]> Acked-by: Eelco Chaudron <[email protected]> Acked-by: Kevin Traynor <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
