]> git.baikalelectronics.ru Git - kernel.git/commit
pkt_action: add new action skbedit
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 12 Sep 2008 23:30:20 +0000 (16:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 23:30:20 +0000 (16:30 -0700)
commit8f62b49fbc45a58a072b388863af00bf9e8b9929
treec236e31759299193e688cf7fe78809c24449ede1
parentff151a9cfeea55e6e44033031e07bef76422474e
pkt_action: add new action skbedit

This new action will have the ability to change the priority and/or
queue_mapping fields on an sk_buff.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/multiqueue.txt
include/linux/tc_act/Kbuild
include/linux/tc_act/tc_skbedit.h [new file with mode: 0644]
include/net/tc_act/tc_skbedit.h [new file with mode: 0644]
net/sched/Kconfig
net/sched/Makefile
net/sched/act_skbedit.c [new file with mode: 0644]