Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1287413
| From | Jiri Pirko <jiri@resnulli.us> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net : To avoid execution of extra instructions in NET RX path when rps_map is not set but rps_needed is true. |
| Date | 2015-12-09 12:00 +0100 |
| Message-ID | <qDKDv-7j2-5@gated-at.bofh.it> (permalink) |
| References | <qDKka-7aE-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Wed, Dec 09, 2015 at 11:35:21AM CET, rahul.jain@samsung.com wrote: >From: Ashutosh Kaushik <k.ashutosh@samsung.com> > >The patch fixes the issues with check of global flag "rps_needed" in RX Path (which process packets in TCP/IP stack like netif_rx and netif_receive_skb functions) First of all, if you want people to pay attention, please have your patch description contained within 80 cols. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] net : To avoid execution of extra instructions in NET RX path when rps_map is not set but rps_needed is true. Rahul Jain <rahul.jain@samsung.com> - 2015-12-09 11:40 +0100 Re: [PATCH] net : To avoid execution of extra instructions in NET RX path when rps_map is not set but rps_needed is true. Jiri Pirko <jiri@resnulli.us> - 2015-12-09 12:00 +0100 Re: [PATCH] net : To avoid execution of extra instructions in NET RX path when rps_map is not set but rps_needed is true. Eric Dumazet <eric.dumazet@gmail.com> - 2015-12-09 14:20 +0100 Re: [PATCH] net : To avoid execution of extra instructions in NET RX path when rps_map is not set but rps_needed is true. kbuild test robot <lkp@intel.com> - 2015-12-09 17:10 +0100
csiph-web