Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215571
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next 6/8] net: thunderx: Rework interrupt handler |
| Date | 2015-08-28 23:30 +0200 |
| Message-ID | <q2znI-6NW-7@gated-at.bofh.it> (permalink) |
| References | <q2tBE-71T-13@gated-at.bofh.it> <q2tBE-71T-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Aleksey Makarov <aleksey.makarov@auriga.com>
Date: Fri, 28 Aug 2015 17:59:58 +0300
> @@ -251,6 +251,8 @@ struct cmp_queue {
> void *desc;
> struct q_desc_mem dmem;
> struct cmp_queue_stats stats;
> + int irq;
> + cpumask_t affinity_mask;
> } ____cacheline_aligned_in_smp;
>
> struct snd_queue {
This new "affinity_mask" member is not used, please remove it and respin
this patch series.
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-next 1/8] net: thunderx: fix MAINTAINERS Aleksey Makarov <aleksey.makarov@auriga.com> - 2015-08-28 17:20 +0200
[PATCH net-next 7/8] net: thunderx: Support for upto 96 queues for a VF Aleksey Makarov <aleksey.makarov@auriga.com> - 2015-08-28 17:20 +0200
Re: [PATCH net-next 7/8] net: thunderx: Support for upto 96 queues for a VF David Miller <davem@davemloft.net> - 2015-08-29 07:20 +0200
[PATCH net-next 6/8] net: thunderx: Rework interrupt handler Aleksey Makarov <aleksey.makarov@auriga.com> - 2015-08-28 17:20 +0200
Re: [PATCH net-next 6/8] net: thunderx: Rework interrupt handler David Miller <davem@davemloft.net> - 2015-08-28 23:30 +0200
[PATCH net-next 2/8] net: thunderx: Add receive error stats reporting via ethtool Aleksey Makarov <aleksey.makarov@auriga.com> - 2015-08-28 17:20 +0200
csiph-web