Displaying 8 results from an estimated 8 matches for "mlx5e".
Did you mean:
mlx5
2023 May 10
1
[PATCH net-next V2 1/2] virtio-net: convert rx mode setting to use workqueue
...> void (*ndo_set_rx_mode)(struct net_device *dev);
> > >
> > > > - first of all configuration is no longer immediate
> > >
> > > Is immediate a hard requirement? I can see a workqueue is used at least:
> > >
> > > mlx5e, ipoib, efx, ...
> > >
> > > > and there is no way for driver to find out when
> > > > it actually took effect
> > >
> > > But we know rx mode is best effort e.g it doesn't support vhost and we
> > > survive from this for years.
&g...
2019 Apr 01
1
udev rename NIC failed
...Switch: Total vports 9, per vport: max uc(1024) max mc(16384)
kernel: [ 251.343924] mlx5_core 0000:3b:00.1: firmware version: 14.23.1020
kernel: [ 252.273017] (0000:3b:00.1): E-Switch: Total vports 9, per vport: max uc(1024) max mc(16384)
kernel: [ 252.411436] mlx5_core 0000:3b:00.0: MLX5E: StrdRq(1) RqSz(8) StrdSz(64) RxCqeCmprss(0)
kernel: [ 252.575886] mlx5_core 0000:3b:00.1: MLX5E: StrdRq(1) RqSz(8) StrdSz(64) RxCqeCmprss(0)
kernel: [ 252.814797] mlx5_ib: Mellanox Connect-IB Infiniband driver v4.2-1.2.0
kernel: [ 343.507623] Ethernet Channel Bonding Driver: v3.7.1...
2023 Apr 17
2
[PATCH net-next V2 1/2] virtio-net: convert rx mode setting to use workqueue
...uot; by design:
> >
> > void (*ndo_set_rx_mode)(struct net_device *dev);
> >
> > > - first of all configuration is no longer immediate
> >
> > Is immediate a hard requirement? I can see a workqueue is used at least:
> >
> > mlx5e, ipoib, efx, ...
> >
> > > and there is no way for driver to find out when
> > > it actually took effect
> >
> > But we know rx mode is best effort e.g it doesn't support vhost and we
> > survive from this for years.
> >
> > > - secon...
2020 May 06
1
[PATCH net-next 2/2] virtio-net: fix the XDP truesize calculation for mergeable buffers
On Wed, May 06, 2020 at 04:21:15PM +0800, Jason Wang wrote:
>
> On 2020/5/6 ??3:37, Michael S. Tsirkin wrote:
> > On Wed, May 06, 2020 at 02:16:33PM +0800, Jason Wang wrote:
> > > We should not exclude headroom and tailroom when XDP is set. So this
> > > patch fixes this by initializing the truesize from PAGE_SIZE when XDP
> > > is set.
> > >
>
2020 Feb 11
0
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
...3318 is already online, not configuring
[ 7.487167] dasdconf.sh Warning: 0.0.331a is already online, not configuring
[ 7.716124] mlx5_core 0002:00:00.0: enabling device (0000 -> 0002)
[ 7.716210] mlx5_core 0002:00:00.0: firmware version: 14.23.1020
[ 8.163850] mlx5_core 0001:00:00.0: MLX5E: StrdRq(0) RqSz(1024) StrdSz(256) RxCqeCmprss(0)
[ 8.312389] mlx5_core 0002:00:00.0: MLX5E: StrdRq(0) RqSz(1024) StrdSz(256) RxCqeCmprss(0)
[ 8.468505] mlx5_core 0001:00:00.0 enP1s519: renamed from eth0
[ 8.782875] mlx5_core 0002:00:00.0 enP2s564: renamed from eth1
[ 8.973475] audit: ty...
2020 Nov 01
12
[PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
...skip vport check
net/mlx5: Properly convey driver version to firmware
net/mlx5_core: Clean driver version and name
vdpa/mlx5: Make hardware definitions visible to all mlx5 devices
net/mlx5: Register mlx5 devices to auxiliary virtual bus
vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus
net/mlx5e: Connect ethernet part to auxiliary bus
RDMA/mlx5: Convert mlx5_ib to use auxiliary bus
net/mlx5: Delete custom device management logic
net/mlx5: Simplify eswitch mode check
RDMA/mlx5: Remove IB representors dead code
drivers/infiniband/hw/mlx5/counters.c | 7 -
drivers/infiniba...
2020 Feb 07
16
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
On Fri, Feb 07, 2020 at 08:47:14AM +0100, Christian Borntraeger wrote:
> Also adding Cornelia.
>
>
> On 06.02.20 23:17, Michael S. Tsirkin wrote:
> > On Thu, Feb 06, 2020 at 04:12:21PM +0100, Christian Borntraeger wrote:
> >>
> >>
> >> On 06.02.20 15:22, eperezma at redhat.com wrote:
> >>> Hi Christian.
> >>>
> >>>
2020 Feb 07
16
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
On Fri, Feb 07, 2020 at 08:47:14AM +0100, Christian Borntraeger wrote:
> Also adding Cornelia.
>
>
> On 06.02.20 23:17, Michael S. Tsirkin wrote:
> > On Thu, Feb 06, 2020 at 04:12:21PM +0100, Christian Borntraeger wrote:
> >>
> >>
> >> On 06.02.20 15:22, eperezma at redhat.com wrote:
> >>> Hi Christian.
> >>>
> >>>