public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the net tree with the infiniband tree
@ 2009-03-23  3:50 Stephen Rothwell
  2009-03-23  4:17 ` David Miller
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2009-03-23  3:50 UTC (permalink / raw)
  To: David Miller; +Cc: linux-next, Stephen Hemminger, Roland Dreier

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

Hi David,

Today's linux-next merge of the net tree got a conflict in
drivers/infiniband/ulp/ipoib/ipoib_main.c between commit
574d30e9fd416037fc85bcbb148074214aee50e1 ("IPoIB: Convert to
net_device_ops") from the infiniband tree and commit
fe8114e8e1d15ba07ddcaebc4741957a1546f307 ("infiniband: convert ipoib to
net_device_ops") from the net tree.

Again different versions of the same change.  I used the net tree version.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: manual merge of the net tree with the infiniband tree
@ 2009-03-26  3:27 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2009-03-26  3:27 UTC (permalink / raw)
  To: David Miller, Roland Dreier; +Cc: linux-next, Divy Le Ray, Steve Wise, general

Hi Dave, Roland,

Today's linux-next merge of the net tree got a conflict in
drivers/infiniband/hw/cxgb3/cxio_hal.h between commit
d1fbe04eee32ed2642cff139b8592866f1d43f41 ("") from the infiniband tree
and commit a73efd0a8552927ebe5dff84936f7fdac4f7e314 ("iw_cxgb3: handle
chip reset notifications") from the net tree.

Just overlapping additions.  I fixed it up (see below) and can carry the
fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc drivers/infiniband/hw/cxgb3/cxio_hal.h
index e44dc22,9ed65b0..0000000
--- a/drivers/infiniband/hw/cxgb3/cxio_hal.h
+++ b/drivers/infiniband/hw/cxgb3/cxio_hal.h
@@@ -110,7 -108,8 +110,9 @@@ struct cxio_rdev 
  	struct gen_pool *pbl_pool;
  	struct gen_pool *rqt_pool;
  	struct list_head entry;
 +	struct ch_embedded_info fw_info;
+ 	u32	flags;
+ #define	CXIO_ERROR_FATAL	1
  };
  
  static inline int cxio_num_stags(struct cxio_rdev *rdev_p)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: manual merge of the net tree with the infiniband tree
@ 2009-03-24  2:31 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2009-03-24  2:31 UTC (permalink / raw)
  To: David Miller, Roland Dreier; +Cc: linux-next, Faisal Latif, Stephen Hemminger

Hi Dave, Roland,

Today's linux-next merge of the net tree got a conflict in
drivers/infiniband/hw/nes/nes_nic.c between commit
2869975cfbd58dc6591d8c3ba1f171e7f758be28 ("RDMA/nes: Remove LLTX") from
the infiniband tree and commit d0929553bebcac828b612e7d6d239559e08feaf4
("infiniband: convert nes driver to net_device_ops") from the net tree.

Just a trivial context change (the commits deleted lines next to each
other).  I fixed it up (see below) and can carry the fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc drivers/infiniband/hw/nes/nes_nic.c
index 025ed9f,ae8c688..0000000
--- a/drivers/infiniband/hw/nes/nes_nic.c
+++ b/drivers/infiniband/hw/nes/nes_nic.c
@@@ -1598,9 -1618,10 +1601,9 @@@ struct net_device *nes_netdev_init(stru
  	netif_napi_add(netdev, &nesvnic->napi, nes_netdev_poll, 128);
  	nes_debug(NES_DBG_INIT, "Enabling VLAN Insert/Delete.\n");
  	netdev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
- 	netdev->vlan_rx_register = nes_netdev_vlan_rx_register;
 -	netdev->features |= NETIF_F_LLTX;
  
  	/* Fill in the port structure */
+ 	nesvnic = netdev_priv(netdev);
  	nesvnic->netdev = netdev;
  	nesvnic->nesdev = nesdev;
  	nesvnic->msg_enable = netif_msg_init(debug, default_msg);

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: manual merge of the net tree with the infiniband tree
@ 2009-03-23  3:49 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2009-03-23  3:49 UTC (permalink / raw)
  To: David Miller; +Cc: linux-next, Stephen Hemminger, Roland Dreier

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

Hi David,

Today's linux-next merge of the net tree got a conflict in
drivers/infiniband/hw/nes/nes_nic.c between commit
77dfd6b11ac9f64e5f392be1ff3d14593dabaaf7 ("RDMA/nes: Convert to
net_device_ops") from the infiniband tree and commit
d0929553bebcac828b612e7d6d239559e08feaf4 ("infiniband: convert nes driver
to net_device_ops") from the net tree.

Again, presumably versions of the same thing.  I used the net tree
version.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: manual merge of the net tree with the infiniband tree
@ 2009-03-23  3:49 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2009-03-23  3:49 UTC (permalink / raw)
  To: David Miller; +Cc: linux-next, Stephen Hemminger, Roland Dreier

[-- Attachment #1: Type: text/plain, Size: 718 bytes --]

Hi David,

Today's linux-next merge of the net tree got conflicts in
drivers/infiniband/hw/amso1100/c2.c and
drivers/infiniband/hw/amso1100/c2_provider.c between commit
7edd87ddd12dd9a735e59d8381d10f25dacc6505 ("RDMA/amso1100: Convert to
net_device_ops") from the infiniband tree and commit
687c75dcf342f71329bd193af553e96a29581238 ("infiniband: convert c2 to
net_device_ops") from the net tree.

Presumably these are two versions of the same thing (the one in the
infiniband tree dates from January).

I fixed the conflicts using the version in the net tree.  Someone should
check the result.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-03-26  3:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23  3:50 linux-next: manual merge of the net tree with the infiniband tree Stephen Rothwell
2009-03-23  4:17 ` David Miller
2009-03-23 16:36   ` Roland Dreier
2009-03-23 16:42     ` Stephen Hemminger
2009-03-23 19:28     ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2009-03-26  3:27 Stephen Rothwell
2009-03-24  2:31 Stephen Rothwell
2009-03-23  3:49 Stephen Rothwell
2009-03-23  3:49 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox