Re: [PATCH v3] ibmveth: Add function to enable live MAC address changes

2015-03-03 Thread Jiri Pirko
Mon, Mar 02, 2015 at 06:56:12PM CET, tlfal...@linux.vnet.ibm.com wrote: Add a function that will enable changing the MAC address of an ibmveth interface while it is still running. Signed-off-by: Thomas Falcon tlfal...@linux.vnet.ibm.com Reviewed-by: Jiri Pirko j...@resnulli.us

Re: [PATCHi v2] ibmveth: Add function to enable live MAC address changes

2015-02-28 Thread Jiri Pirko
Sat, Feb 28, 2015 at 06:56:04AM CET, tlfal...@linux.vnet.ibm.com wrote: Add a function that will enable changing the MAC address of an ibmveth interface while it is still running. Signed-off-by: Thomas Falcon tlfal...@linux.vnet.ibm.com --- v2: If h_change_logical_lan_mac fails, dev-dev_addr

Re: [PATCH] ibmveth: Add function to enable live MAC address changes

2015-02-26 Thread Jiri Pirko
Thu, Feb 26, 2015 at 02:08:06PM CET, brk...@linux.vnet.ibm.com wrote: On 02/25/2015 06:34 PM, Thomas Falcon wrote: @@ -1327,6 +1327,24 @@ static unsigned long ibmveth_get_desired_dma(struct vio_dev *vdev) return ret; } +static int ibmveth_set_mac_addr(struct net_device *dev, void *p)

Re: [PowerPC] Next May 8 boot failure: OOPS during ibmveth moduleinit

2009-05-12 Thread Jiri Pirko
, 12 May 2009 17:24:02 +1000 Subject: [PATCH] net/ibmveth: fix panic in probe netdev-dev_addr changed from being an array to being a pointer, so we should not take its address for memcpy(). Nice! Signed-off-by: Jiri Pirko jpi...@redhat.com Signed-off-by: Stephen Rothwell s...@canb.auug.org.au

Re: [PowerPC] Next May 8 boot failure: OOPS during ibmveth module init

2009-05-08 Thread Jiri Pirko
Fri, May 08, 2009 at 09:57:22PM CEST, da...@davemloft.net wrote: From: Sachin Sant sach...@in.ibm.com Date: Fri, 08 May 2009 18:22:48 +0530 Todays Next failed to boot on a Power6 JS22 blade with following oops. Jiri, I suspect this might be your address list changes. Although that's just a