Re: [Patch net-next v2 0/2] net_sched: add network namespace support for tc actions

2016-02-25 Thread David Miller
From: Cong Wang Date: Mon, 22 Feb 2016 15:57:51 -0800 > This patchset adds network namespace support for tc actions. > > v2: > * pull the first patch into net-next > * reduce code duplication by introducing more helper functions Series applied, thanks.

[Patch net-next v2 0/2] net_sched: add network namespace support for tc actions

2016-02-22 Thread Cong Wang
This patchset adds network namespace support for tc actions. v2: * pull the first patch into net-next * reduce code duplication by introducing more helper functions Cong Wang (2): net_sched: prepare tcf_hashinfo_destroy() for netns support net_sched: add network namespace support for tc actio