summaryrefslogtreecommitdiff
path: root/bpf_parser.y
AgeCommit message (Expand)AuthorFilesLines
2013-03-19bpfc: filter: add poff ancillary operationDaniel Borkmann1-1/+10
2013-03-16bpfc: support different output formatsDaniel Borkmann1-12/+58
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+673
8ccd605e32c82f9'>f3b0a525967e79c5c0505c8ff8cd611185318b94 parent35969d9b949a479bebc72cf8049425cd05b3b28e (diff)
IB/hfi1: Fix QOS rule mappings
The QOS RSM rule mappings are off by one, referencing a kernel receive context that does not exist. Correctly start the QOS RSM map entries at FIRST_KERNEL_CONTEXT rather than MIN_KERNEL_KCTXTS. Remove the cruft that hid this. Change the QP map table so all traffic not caught by QOS RSM goes to the control context rather than the first QOS context. Correct comments to match the actual code operation and intent. Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat