From: David Miller <davem@davemloft.net>
To: varun@chelsio.com
Cc: netdev@vger.kernel.org, linux-scsi@vger.kernel.org,
leedom@chelsio.com, anish@chelsio.com, hariprasad@chelsio.com,
praveenm@chelsio.com
Subject: Re: [PATCH net-next 0/3] cxgb4: add FCoE DDP and RSS
Date: Tue, 31 Mar 2015 12:27:00 -0400 (EDT) [thread overview]
Message-ID: <20150331.122700.20730443685574837.davem@davemloft.net> (raw)
In-Reply-To: <20150331.120413.459187920066488949.davem@davemloft.net>
From: David Miller <davem@davemloft.net>
Date: Tue, 31 Mar 2015 12:04:13 -0400 (EDT)
> From: Varun Prakash <varun@chelsio.com>
> Date: Fri, 27 Mar 2015 20:29:36 +0530
>
>> This patch series enables RSS for FCoE frames and adds
>> DDP support for FCoE target.
>
> Series applied, thanks Varun.
I have to revert, this series breaks the build:
[davem@localhost net-next]$ make -s -j8
In file included from drivers/infiniband/hw/cxgb4/t4.h:37:0,
from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73,
from drivers/infiniband/hw/cxgb4/device.c:40:
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:821:8: error: redefinition of ‘struct ulptx_idata’
struct ulptx_idata {
^
In file included from drivers/infiniband/hw/cxgb4/t4.h:36:0,
from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73,
from drivers/infiniband/hw/cxgb4/device.c:40:
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h:1110:8: note: originally defined here
struct ulptx_idata {
^
scripts/Makefile.build:258: recipe for target 'drivers/infiniband/hw/cxgb4/device.o' failed
make[4]: *** [drivers/infiniband/hw/cxgb4/device.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from drivers/infiniband/hw/cxgb4/t4.h:37:0,
from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73,
from drivers/infiniband/hw/cxgb4/cm.c:52:
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:821:8: error: redefinition of ‘struct ulptx_idata’
struct ulptx_idata {
^
In file included from drivers/infiniband/hw/cxgb4/t4.h:36:0,
from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73,
from drivers/infiniband/hw/cxgb4/cm.c:52:
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h:1110:8: note: originally defined here
struct ulptx_idata {
^
scripts/Makefile.build:258: recipe for target 'drivers/infiniband/hw/cxgb4/cm.o' failed
make[4]: *** [drivers/infiniband/hw/cxgb4/cm.o] Error 1
scripts/Makefile.build:403: recipe for target 'drivers/infiniband/hw/cxgb4' failed
make[3]: *** [drivers/infiniband/hw/cxgb4] Error 2
make[3]: *** Waiting for unfinished jobs....
scripts/Makefile.build:403: recipe for target 'drivers/infiniband/hw' failed
make[2]: *** [drivers/infiniband/hw] Error 2
make[2]: *** Waiting for unfinished jobs....
scripts/Makefile.build:403: recipe for target 'drivers/infiniband' failed
make[1]: *** [drivers/infiniband] Error 2
make[1]: *** Waiting for unfinished jobs....
Makefile:947: recipe for target 'drivers' failed
make: *** [drivers] Error 2
make: *** Waiting for unfinished jobs....
[davem@localhost net-next]$
prev parent reply other threads:[~2015-03-31 16:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-27 14:59 [PATCH net-next 0/3] cxgb4: add FCoE DDP and RSS Varun Prakash
2015-03-27 14:59 ` [PATCH net-next 1/3] cxgb4: add structure and macro definitions for FCoE DDP Varun Prakash
2015-03-27 14:59 ` [PATCH net-next 2/3] cxgb4: add DDP support for FCoE target Varun Prakash
2015-03-27 14:59 ` [PATCH net-next 3/3] cxgb4: enable RSS for FCoE frames Varun Prakash
2015-03-31 16:04 ` [PATCH net-next 0/3] cxgb4: add FCoE DDP and RSS David Miller
2015-03-31 16:27 ` David Miller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150331.122700.20730443685574837.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=anish@chelsio.com \
--cc=hariprasad@chelsio.com \
--cc=leedom@chelsio.com \
--cc=linux-scsi@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=praveenm@chelsio.com \
--cc=varun@chelsio.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).