[Bug 1965927] Re: [Ubuntu 22.04] mpt3sas: Request to include latest bug fix patches

2022-03-22 Thread Sreekanth Reddy
I don't see above bug fixes changes in the below jammy repository and
hence raised this launchpad to consider these bug fixes,

https://git.launchpad.net/~ubuntu-
kernel/ubuntu/+source/linux/+git/jammy/log/drivers/scsi/mpt3sas?h=master-
next


** Changed in: linux (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1965927

Title:
  [Ubuntu 22.04] mpt3sas: Request to include latest bug fix patches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1965927/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965927] [NEW] [Ubuntu 22.04] mpt3sas: Request to include latest bug fix patches

2022-03-22 Thread Sreekanth Reddy
Public bug reported:

Request to include below mpt3sas driver bug fix patches in Ubuntu 22.04
kernel. These patches got accepted by the upstream and please find the
corresponding commit IDs as below,

5db207d66d mpt3sas: Fix incorrect 4gb boundary check
ca23ac823c mpt3sas: Remove scsi_dma_map errors messages
9211faa39a scsi: mpt3sas: Update persistent trigger pages from sysfs interface

Below is the summary of each of the above bug fix commits,

1. mpt3sas: Fix incorrect 4gb boundary check:
   Without this patch, driver was checking whether any of it's pool crosses the 
4gb boundary or not using the pool's virtual address instead of using it's dma 
address. So some time driver may false positively assume that the pool as 
crossed the 4gb boundary region (as it observes that pool's virtual address is 
crossing the 4gb boundary) even though it is really not.

2. mpt3sas: Remove scsi_dma_map errors messages:
   When driver set the DMA mask to 32bit then we observe that the SWIOTLB 
bounce buffers are getting exhausted quickly. For most of the IOs driver 
observe that scsi_dma_map() API returned with failure status and hence driver 
was printing below error message. Since this error message is getting printed 
per IO and if user issues heavy IOs then we observe that kernel overwhelmed 
with this error message. Also we will observe the kernel panic when the serial 
console is enabled. So to limit this issue, we removed this error message 
though this patch.
"scsi_dma_map failed: request for 1310720 bytes!"  

3. mpt3sas: Update persistent trigger pages from sysfs interface:
   When user set's any diag buffer trigger conditions then driver has to save 
these trigger conditions in the controller Firmware's NVRAM region. So that 
when system reboots then driver can get these trigger conditions from 
Firmware's NVRAM region and set these trigger conditions automatically. so that 
user no need to set these conditions again. Without this patch driver was not 
not saving these user provided trigger conditions in the Firmware's NVRAM 
region.   

Please let me if I have missed to add any data.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1965927

Title:
  [Ubuntu 22.04] mpt3sas: Request to include latest bug fix patches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1965927/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926517] Re: [SRU] mpt3sas: only one vSES is handy even IOC has multi vSES

2021-04-30 Thread Sreekanth Reddy
Here I am updating [TESTING] & [REGRESSION RISK] sections from bug description 
page,

[TESTING]
Load the mpt3sas driver on the system where Brodcom's HBA 9500 Tri-Mode Storage 
Adapter (IT HBA Aero/Ventura) is connected to two backplanes (so that two vSES 
device get configured on the HBA). After loading the driver user should able to 
access both the vSES devices. Also even after performing host reset operation 
user must able to access both the vSES devices.
i.e. lsscsi must list both the vSES devices after loading the driver and also 
after performing host reset operation.

[REGRESSION RISK]
There is no regression risk with this bug fix patch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926517

Title:
  [SRU] mpt3sas: only one vSES is handy even IOC has multi vSES

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1926517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899802] Re: [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports topology where zoning is enabled in expander

2020-11-24 Thread Sreekanth Reddy
As I have submitted the BZ, so I am updating test result status received from 
DELL team for the above test kernels.

Both focal & groovy test kernels got tested on Globemaster platform &
power edge platforms and results are positive and no issue is found
during the testing.

Below are the main test cases that got executed during the testing and
results of these test cases are positive,

1. All drives on Dual topology Enumerated in OS
2. LED Blink/Unblink from Perccli 
3. IO stress for 5Hrs
4. Controller reset and drive enumeration
5. Reboot loop
6. IO Stress over the Weekend

@DELL Team - If I have missed any thing then please update the missed
info here.

Thanks,
Sreekanth

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899802

Title:
  [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which
  supports topology where zoning is enabled in expander

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899802] Re: [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports topology where zoning is enabled in expander

2020-11-04 Thread Sreekanth Reddy
HI Jeff,

Patch set got accepted by the upstream and this patch set is added in below 
5.11/stating branch,
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/log/drivers/scsi/mpt3sas?h=staging

Here are the patch set commit IDs,

2030745877 scsi: mpt3sas: Bump driver version to 35.101.00.00
324c122fc0 scsi: mpt3sas: Add module parameter multipath_on_hba
ffa381d637 scsi: mpt3sas: Handle vSES vphy object during HBA reset
34b0a78532 scsi: mpt3sas: Add bypass_dirty_port_flag parameter
ccc59923ba scsi: mpt3sas: Handling HBA vSES device
9d0348a9d8 scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
a5e99fda01 scsi: mpt3sas: Update hba_port objects after host reset
6df6be9168 scsi: mpt3sas: Get sas_device objects using device's rphy
c71ccf93c0 scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
7d310f2410 scsi: mpt3sas: Get device objects using sas_address & portID
e2f0cdf752 scsi: mpt3sas: Update hba_port's sas_address & phy_mask
78ca700342 scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
e238e71b6c scsi: mpt3sas: Allocate memory for hba_port objects
b22a0fac8c scsi: mpt3sas: Define hba_port structure

Thanks,
Sreekanth

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899802

Title:
  [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which
  supports topology where zoning is enabled in expander

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899802] Re: [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports topology where zoning is enabled in expander

2020-10-29 Thread Sreekanth Reddy
Jeff,

As we have already posted the patch set to upstream, so the target
upstream kernel version is the next upcoming kernel which is 5.11.

Yes we want you to back port this patch set into 5.4 kernel.

Thanks,
Sreekanth

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899802

Title:
  [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which
  supports topology where zoning is enabled in expander

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899802] Re: [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports topology where zoning is enabled in expander

2020-10-27 Thread Sreekanth Reddy
Still we don't have commit ID's, waiting for Upstream community to
review and accept this patch set.

Just posted a newer version (v1) path set with a fix that fixes the
compilation warning reported by the kernel robot for patch 8.

https://marc.info/?l=linux-scsi=160380410106370=2

Thanks,
Sreekanth

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899802

Title:
  [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which
  supports topology where zoning is enabled in expander

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899802] Re: [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports topology where zoning is enabled in expander

2020-10-19 Thread Sreekanth Reddy
Hi,

Any update here?

Thanks,
Sreekanth

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899802

Title:
  [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which
  supports topology where zoning is enabled in expander

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899802] Re: [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports topology where zoning is enabled in expander

2020-10-14 Thread Sreekanth Reddy
This is feature request not a bug, So I haven't attached any logs in BZ.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899802

Title:
  [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which
  supports topology where zoning is enabled in expander

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1899802] [NEW] [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports topology where zoning is enabled in expander

2020-10-14 Thread Sreekanth Reddy
Public bug reported:

Request to include patch set "PATCH 00/14] mpt3sas: Add support for
multi-port path topology" which will support the topologies where zoning
is enabled in the expander as shown below,

Zone 1 Zone 2
 |-|   ||
 |  HD1 . HD25 |   | HD26 ..HD50|
 | |==| |
 | |   |   |  | |
 | |  Expander| |
 | |==| |
 |   | |   ||   |
 |---|-|   ||---|
   x8|  |x8 
  ___|__|___
  |HBA |
  ||
 
Current driver doesn't support this type of topology and will add only one 
zoned drives to the OS. So to support these types of topology we need below 
patch set in the driver.
https://marc.info/?l=linux-scsi=160226366707807=2

So, requesting you include this patch for next upcoming Ubuntu kernel
release.

Currently we have posted this patch set to upstream community and they
yet to review this patch set. Meanwhile If I get the base kernel source
code for next upcoming Ubuntu kernel then I can prepare the patches over
this base kernel source and share it in this BZ.

Thanks,
Sreekanth

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899802

Title:
  [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which
  supports topology where zoning is enabled in expander

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1899802/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs