commit | e8e85cc5eb5701b935a06b5b3a03a8532946f969 | [log] [tgz] |
---|---|---|
author | Maninder Singh <maninder1.s@samsung.com> | Mon Jun 22 12:39:16 2015 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 23 06:53:29 2015 -0700 |
tree | e5940fb353d55cbed39d3b10a898223ff72944a7 | |
parent | 138b15ed877eff8149ae32c12fa1f4795c9cb4cf [diff] |
packet: remove handling of tx_ring Remove handling of tx_ring in prb_setup_retire_blk_timer for TPACKET_V3 because init_prb_bdqc is called only for zero tx_ring and thus prb_setup_retire_blk_timer for zero tx_ring only. And also in functon init_prb_bdqc there is no usage of tx_ring. Thus removing tx_ring from init_prb_bdqc. Signed-off-by: Maninder Singh <maninder1.s@samsung.com> Suggested-by: Frans Klaver <fransklaver@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>