Re: [PATCH net 1/1] qlge: Fix netdev features configuration.

2018-08-25 Thread David Miller
From: Manish Chopra Date: Thu, 23 Aug 2018 13:20:52 -0700 > qlge_fix_features() is not supposed to modify hardware or > driver state, rather it is supposed to only fix requested > fetures bits. Currently qlge_fix_features() also goes for > interface down and up unnecessarily if there is not even

Re: [PATCH v2] net: macb: do not disable MDIO bus at open/close time

2018-08-25 Thread David Miller
From: Anssi Hannula Date: Thu, 23 Aug 2018 10:45:22 +0300 > macb_reset_hw() is called from macb_close() and indirectly from > macb_open(). macb_reset_hw() zeroes the NCR register, including the MPE > (Management Port Enable) bit. > > This will prevent accessing any other PHYs for other Ethernet

Re: [PATCH v3 net 1/1] net: macb: Fix regression breaking non-MDIO fixed-link PHYs

2018-08-25 Thread David Miller
From: Ahmad Fatoum Date: Tue, 21 Aug 2018 17:35:48 +0200 > commit 739de9a1563a ("net: macb: Reorganize macb_mii bringup") broke > initializing macb on the EVB-KSZ9477 eval board. > There, of_mdiobus_register was called even for the fixed-link representing > the RGMII-link to the switch with the r

Re: [PATCH net] mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridge

2018-08-25 Thread David Miller
From: Ido Schimmel Date: Fri, 24 Aug 2018 15:41:35 +0300 > When a bridge device is removed, the VLANs are flushed from each > configured port. This causes the ports to decrement the reference count > on the associated FIDs (filtering identifier). If the reference count of > a FID is 1 and it has

Re: [PATCH 1/1] net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6

2018-08-25 Thread santosh.shilim...@oracle.com
On 8/25/18 12:19 AM, Zhu Yanjun wrote: In IPv4, the newly introduced rdma_read_gids is used to read the SGID/DGID for the connection which returns GID correctly for RoCE transport as well. In IPv6, rdma_read_gids is also used. The following are why rdma_read_gids is introduced. rdma_addr_get_dg

Re: [net 01/11] ixgb: use dma_zalloc_coherent instead of allocator/memset

2018-08-25 Thread Joe Perches
On Fri, 2018-08-24 at 11:47 -0700, Jeff Kirsher wrote: > From: YueHaibing > > Use dma_zalloc_coherent instead of dma_alloc_coherent > followed by memset 0. Unrelated trivia: above this, perhaps the size = sizeof(struct ixgb_buffer) * txdr->count; txdr->buffer_info = vzalloc(siz

Re: Regression: youtube-dl hanging on download

2018-08-25 Thread David Ahern
On 8/25/18 9:23 AM, Jan Janssen wrote: > Hi, > > youtube-dl hangs trying to download videos from youtube. The commit below is > my regression test result. Disabling ipv6 indeed does fix this for me. > Thanks for the report. Can you boot a pre-4.18 kernel and send me, offlist, the output of 'ip

Regression: youtube-dl hanging on download

2018-08-25 Thread Jan Janssen
Hi, youtube-dl hangs trying to download videos from youtube. The commit below is my regression test result. Disabling ipv6 indeed does fix this for me. Jan --- d4ead6b34b67fd711639324b6465a050bcb197d4 is the first bad commit commit d4ead6b34b67fd711639324b6465a050bcb197d4 Author: David Ahern

TRADING ACCOUNT

2018-08-25 Thread KELLY ALAN
Dear sir , I KELLY ALAN purchasing and sales manager of CFM INTERNATIONAL .Our Company specialised in Supplying computer hardware and Electronic .We want to extend our supplier list because of concurrency in prices on the international market. We are seeking a supplier with whom we can to h

Re: broken behaviour of TC filter delete

2018-08-25 Thread Jiri Pirko
Fri, Aug 24, 2018 at 08:11:07PM CEST, xiyou.wangc...@gmail.com wrote: >On Fri, Aug 24, 2018 at 9:21 AM Roman Mashak wrote: >> >> So _before_ commit f71e0ca4db187af7c44987e9d21e9042c3046070 step 6 would >> return -ENOENT with "Error: Filter with specified priority/protocol not >> found." and _after

[PATCH 1/1] net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6

2018-08-25 Thread Zhu Yanjun
In IPv4, the newly introduced rdma_read_gids is used to read the SGID/DGID for the connection which returns GID correctly for RoCE transport as well. In IPv6, rdma_read_gids is also used. The following are why rdma_read_gids is introduced. rdma_addr_get_dgid() for RoCE for client side connections

Re: [net 00/11][pull request] Intel Wired LAN Driver Updates 2018-08-24

2018-08-25 Thread David Miller
From: Jeff Kirsher Date: Fri, 24 Aug 2018 11:47:24 -0700 > This series contains fixes to e1000, igb, ixgb, ixgbe and i40e. Pulled, thanks Jeff.