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)
commitca9b0e27e072be4cef2f5f0cbc0b0fd94eae3520
treec236e31759299193e688cf7fe78809c24449ede1
parent92651940ab00dbe64722e908f70d816713d677b7
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]