From e8e85cc5eb5701b935a06b5b3a03a8532946f969 Mon Sep 17 00:00:00 2001 From: Maninder Singh Date: Mon, 22 Jun 2015 12:39:16 +0530 Subject: [PATCH] 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 Suggested-by: Frans Klaver Signed-off-by: David S. Miller --- Reading git-format-patch failed