Re: [PATCH net-next v3 0/3] net: finish renaming lls to busy poll

2013-07-10 Thread David Miller
From: Eliezer Tamir Date: Wed, 10 Jul 2013 17:13:07 +0300 > Here are three patches that complete the rename of lls to busy-poll > > 1. rename include/net/ll_poll.h to include/net/busy_poll.h > 2. Rename ndo_ll_poll to ndo_busy_poll. >Rename sk_mark_ll to sk_mark_napi_id. >Rename skb_mark

[PATCH net-next v3 0/3] net: finish renaming lls to busy poll

2013-07-10 Thread Eliezer Tamir
David, Here are three patches that complete the rename of lls to busy-poll 1. rename include/net/ll_poll.h to include/net/busy_poll.h 2. Rename ndo_ll_poll to ndo_busy_poll. Rename sk_mark_ll to sk_mark_napi_id. Rename skb_mark_ll to skb_mark_napi_id. Correct all useres of these function