Commit cb47d16
qed: fix error return code in qed_iwarp_ll2_start()
Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.
Fixes: 469981b ("qed: Add unaligned and packed packet processing")
Fixes: fcb39f6 ("qed: Add mpa buffer descriptors for storing and processing mpa fpdus")
Fixes: 1e28eaa ("qed: Add iWARP support for fpdu spanned over more than two tcp packets")
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Zhang Changzhong <[email protected]>
Acked-by: Michal Kalderon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>1 parent d5bd32a commit cb47d16
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2754 | 2754 | | |
2755 | 2755 | | |
2756 | 2756 | | |
2757 | | - | |
| 2757 | + | |
| 2758 | + | |
2758 | 2759 | | |
| 2760 | + | |
2759 | 2761 | | |
2760 | 2762 | | |
2761 | 2763 | | |
2762 | 2764 | | |
2763 | | - | |
| 2765 | + | |
| 2766 | + | |
2764 | 2767 | | |
| 2768 | + | |
2765 | 2769 | | |
2766 | 2770 | | |
2767 | 2771 | | |
| |||
2771 | 2775 | | |
2772 | 2776 | | |
2773 | 2777 | | |
2774 | | - | |
| 2778 | + | |
| 2779 | + | |
2775 | 2780 | | |
| 2781 | + | |
2776 | 2782 | | |
2777 | 2783 | | |
2778 | 2784 | | |
| |||
0 commit comments