Skip to content

Commit

Permalink
snabb-softwire-v2: allow more than two queues
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Aug 24, 2021
1 parent 004587b commit bce8579
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/lib/yang/snabb-softwire-v2.yang
Original file line number Diff line number Diff line change
Expand Up @@ -583,20 +583,15 @@ module snabb-softwire-v2 {
key "id";

leaf id {
type uint8 { range 0..1; }
type uint8;
description
"RSS queue on which to attach. Traffic will be partitioned
evenly between instances servicing queues on the same
interface. The queue to which an incoming packet is assigned
is a function of the TCP or UDP source and destination ports
(if any) and the source and destination IPv4 or IPv6
addresses. Fragmented packets will be delivered to the
lowest-numbered queue.
Note that currently the lwAFTR is restricted to running at
most 2 RSS workers per device. This limitation may be lifted
to 4 soon. Raising it farther is possible but needs changes
to how the lwAFTR uses its PCI devices.";
lowest-numbered queue.";
}

container external-interface {
Expand Down

0 comments on commit bce8579

Please sign in to comment.