Commit 6c167f5
i40e: Refactor and cleanup i40e_open(), adding i40e_vsi_open()
This patch cleans up and moves a portion of i40e_open to i40e_vsi_open,
in order to have a shorter vsi_open function that does only that.
Change-ID: I1c418dda94dcfc0eb7d4386a70c330692ef5ecc9
Signed-off-by: Elizabeth Kappler <elizabeth.m.kappler@intel.com>
Signed-off-by: Akeem G Abodunrin <akeem.g.abodunrin@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>1 parent 7c3c288 commit 6c167f5
2 files changed
+34
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| 600 | + | |
600 | 601 | | |
601 | 602 | | |
602 | 603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4235 | 4235 | | |
4236 | 4236 | | |
4237 | 4237 | | |
4238 | | - | |
4239 | 4238 | | |
4240 | 4239 | | |
4241 | 4240 | | |
| |||
4244 | 4243 | | |
4245 | 4244 | | |
4246 | 4245 | | |
| 4246 | + | |
| 4247 | + | |
| 4248 | + | |
| 4249 | + | |
| 4250 | + | |
| 4251 | + | |
| 4252 | + | |
| 4253 | + | |
| 4254 | + | |
| 4255 | + | |
| 4256 | + | |
| 4257 | + | |
| 4258 | + | |
| 4259 | + | |
| 4260 | + | |
| 4261 | + | |
| 4262 | + | |
| 4263 | + | |
| 4264 | + | |
| 4265 | + | |
| 4266 | + | |
| 4267 | + | |
| 4268 | + | |
| 4269 | + | |
| 4270 | + | |
4247 | 4271 | | |
4248 | 4272 | | |
4249 | 4273 | | |
| |||
4256 | 4280 | | |
4257 | 4281 | | |
4258 | 4282 | | |
| 4283 | + | |
| 4284 | + | |
| 4285 | + | |
| 4286 | + | |
4259 | 4287 | | |
4260 | | - | |
| 4288 | + | |
4261 | 4289 | | |
4262 | 4290 | | |
4263 | 4291 | | |
4264 | 4292 | | |
4265 | 4293 | | |
4266 | | - | |
| 4294 | + | |
4267 | 4295 | | |
4268 | 4296 | | |
4269 | 4297 | | |
4270 | | - | |
| 4298 | + | |
4271 | 4299 | | |
4272 | 4300 | | |
4273 | 4301 | | |
4274 | 4302 | | |
4275 | 4303 | | |
4276 | 4304 | | |
4277 | 4305 | | |
4278 | | - | |
4279 | | - | |
4280 | | - | |
4281 | | - | |
4282 | 4306 | | |
4283 | 4307 | | |
4284 | 4308 | | |
| |||
0 commit comments