Problem reports for freebsd-virtualization@FreeBSD.org that need special attention

2017-06-04 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
New |212820 | FreeBSD 10-STABLE from latest HEAD and 11-RELEASE 

1 problems total for which you should take action.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 216493] [Hyper-V] Mellanox ConnectX-3 VF driver can't work when FreeBSD runs on Hyper-V 2016

2017-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216493

--- Comment #19 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Sun Jun  4 08:48:27 UTC 2017
New revision: 319568
URL: https://svnweb.freebsd.org/changeset/base/319568

Log:
  MFC r319413:
  Free hardware queue resource after port is stopped in the mlx4en(4)
  driver. Else if the port is up the resource might still be busy and
  the MTT free will fail.

  PR:   216493
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/9/sys/
  stable/9/sys/ofed/drivers/net/mlx4/en_netdev.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 216493] [Hyper-V] Mellanox ConnectX-3 VF driver can't work when FreeBSD runs on Hyper-V 2016

2017-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216493

--- Comment #18 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Sun Jun  4 08:47:09 UTC 2017
New revision: 319567
URL: https://svnweb.freebsd.org/changeset/base/319567

Log:
  MFC r319413:
  Free hardware queue resource after port is stopped in the mlx4en(4)
  driver. Else if the port is up the resource might still be busy and
  the MTT free will fail.

  PR:   216493
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/10/
  stable/10/sys/ofed/drivers/net/mlx4/en_netdev.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 216493] [Hyper-V] Mellanox ConnectX-3 VF driver can't work when FreeBSD runs on Hyper-V 2016

2017-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216493

--- Comment #17 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Sun Jun  4 08:45:14 UTC 2017
New revision: 319566
URL: https://svnweb.freebsd.org/changeset/base/319566

Log:
  MFC r319413:
  Free hardware queue resource after port is stopped in the mlx4en(4)
  driver. Else if the port is up the resource might still be busy and
  the MTT free will fail.

  PR:   216493
  Approved by:  re (kib)
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/11/
  stable/11/sys/ofed/drivers/net/mlx4/en_netdev.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 216493] [Hyper-V] Mellanox ConnectX-3 VF driver can't work when FreeBSD runs on Hyper-V 2016

2017-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216493

--- Comment #16 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Sun Jun  4 08:30:55 UTC 2017
New revision: 319565
URL: https://svnweb.freebsd.org/changeset/base/319565

Log:
  MFC r319414:
  Allow communication between functions on the same host when using the
  mlx4en(4) driver in SRIOV mode.

  Place a copy of the destination MAC address in the send WQE only under
  SRIOV/eSwitch configuration or when the device is in selftest. This
  allows communication between functions on the same host.

  PR:   216493
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/9/sys/
  stable/9/sys/ofed/drivers/net/mlx4/en_tx.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 216493] [Hyper-V] Mellanox ConnectX-3 VF driver can't work when FreeBSD runs on Hyper-V 2016

2017-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216493

--- Comment #15 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Sun Jun  4 08:29:17 UTC 2017
New revision: 319564
URL: https://svnweb.freebsd.org/changeset/base/319564

Log:
  MFC r319414:
  Allow communication between functions on the same host when using the
  mlx4en(4) driver in SRIOV mode.

  Place a copy of the destination MAC address in the send WQE only under
  SRIOV/eSwitch configuration or when the device is in selftest. This
  allows communication between functions on the same host.

  PR:   216493
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/10/
  stable/10/sys/ofed/drivers/net/mlx4/en_tx.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 216493] [Hyper-V] Mellanox ConnectX-3 VF driver can't work when FreeBSD runs on Hyper-V 2016

2017-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216493

--- Comment #14 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Sun Jun  4 08:25:29 UTC 2017
New revision: 319563
URL: https://svnweb.freebsd.org/changeset/base/319563

Log:
  MFC r319414:
  Allow communication between functions on the same host when using the
  mlx4en(4) driver in SRIOV mode.

  Place a copy of the destination MAC address in the send WQE only under
  SRIOV/eSwitch configuration or when the device is in selftest. This
  allows communication between functions on the same host.

  PR:   216493
  Approved by:  re (kib)
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/11/
  stable/11/sys/ofed/drivers/net/mlx4/en_tx.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 213814] AWS/EC2: no egress traffic stats on ixv(4) xn(4)

2017-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213814

Kubilay Kocak  changed:

   What|Removed |Added

   Priority|--- |Normal
Summary|AWS/EC2: no egress traffic  |AWS/EC2: no egress traffic
   |stats on ixv(4) |stats on ixv(4) xn(4)
 CC||freebsd-virtualization@Free
   ||BSD.org
   Assignee|freebsd-virtualization@Free |freebsd-...@freebsd.org
   |BSD.org |
  Flags||mfc-stable11?
   Keywords||needs-qa, regression
 Status|New |Open

--- Comment #11 from Kubilay Kocak  ---
Re-assign to more appropriate ML (freebsd-net), cc'ing original ML
(virtualization).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"