Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dma_ip_drivers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
dma_ip_drivers
Commits
e86a12a7
Commit
e86a12a7
authored
Jul 17, 2019
by
Karen Xie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add copyright header to bash scripts
parent
c7ead155
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
43 additions
and
0 deletions
+43
-0
QDMA/linux-kernel/scripts/qdma_run_stress_test.sh
QDMA/linux-kernel/scripts/qdma_run_stress_test.sh
+3
-0
QDMA/linux-kernel/scripts/qdma_run_test_mm_vf.sh
QDMA/linux-kernel/scripts/qdma_run_test_mm_vf.sh
+4
-0
QDMA/linux-kernel/scripts/qdma_run_test_pf.sh
QDMA/linux-kernel/scripts/qdma_run_test_pf.sh
+4
-0
QDMA/linux-kernel/scripts/qdma_run_test_st_vf.sh
QDMA/linux-kernel/scripts/qdma_run_test_st_vf.sh
+4
-0
QDMA/linux-kernel/scripts/qdma_vf_auto_tst.sh
QDMA/linux-kernel/scripts/qdma_vf_auto_tst.sh
+4
-0
QDMA/linux-kernel/scripts/stress_test_top.sh
QDMA/linux-kernel/scripts/stress_test_top.sh
+4
-0
QDMA/linux-kernel/user/bash/decode_hw_ctxt.sh
QDMA/linux-kernel/user/bash/decode_hw_ctxt.sh
+4
-0
QDMA/linux-kernel/user/bash/decode_preftch_ctxt.sh
QDMA/linux-kernel/user/bash/decode_preftch_ctxt.sh
+4
-0
QDMA/linux-kernel/user/bash/decode_sw_ctxt.sh
QDMA/linux-kernel/user/bash/decode_sw_ctxt.sh
+4
-0
QDMA/linux-kernel/user/bash/decode_wrb_ctxt.sh
QDMA/linux-kernel/user/bash/decode_wrb_ctxt.sh
+4
-0
QDMA/linux-kernel/user/bash/qdma_run_test_st_vf.sh
QDMA/linux-kernel/user/bash/qdma_run_test_st_vf.sh
+4
-0
No files found.
QDMA/linux-kernel/scripts/qdma_run_stress_test.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
# This script is designed for general as well as stress testing. VF distruction can be done by appropriately
# This script is designed for general as well as stress testing. VF distruction can be done by appropriately
# configuring pf_nvf_lst.
# configuring pf_nvf_lst.
#
#
...
...
QDMA/linux-kernel/scripts/qdma_run_test_mm_vf.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple run script to test QDMA in VF AXI-MM mode.
# Simple run script to test QDMA in VF AXI-MM mode.
#
#
# VF AXI-MM Transfer
# VF AXI-MM Transfer
...
...
QDMA/linux-kernel/scripts/qdma_run_test_pf.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple run script to test QDMA in AXI-MM and AXI-St mode.
# Simple run script to test QDMA in AXI-MM and AXI-St mode.
#
#
# AXI-MM Transfer
# AXI-MM Transfer
...
...
QDMA/linux-kernel/scripts/qdma_run_test_st_vf.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
# Simple run script to test QDMA in VF AXI-ST mode.
# Simple run script to test QDMA in VF AXI-ST mode.
#
#
# VF AXI-ST Transfer
# VF AXI-ST Transfer
...
...
QDMA/linux-kernel/scripts/qdma_vf_auto_tst.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
#
# Simple script to automate the VF regression testing using gtest framework
# Simple script to automate the VF regression testing using gtest framework
#
#
# This script will insert the module, configure the qmax_vfs, and instantiate
# This script will insert the module, configure the qmax_vfs, and instantiate
...
...
QDMA/linux-kernel/scripts/stress_test_top.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if
[
$#
-lt
1
]
;
then
if
[
$#
-lt
1
]
;
then
echo
"Invalid arguements."
echo
"Invalid arguements."
...
...
QDMA/linux-kernel/user/bash/decode_hw_ctxt.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if
[
$#
-lt
2
]
;
then
if
[
$#
-lt
2
]
;
then
echo
"
$0
: <w1> <w0>"
echo
"
$0
: <w1> <w0>"
...
...
QDMA/linux-kernel/user/bash/decode_preftch_ctxt.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if
[
$#
-lt
2
]
;
then
if
[
$#
-lt
2
]
;
then
echo
"
$0
: <w1> <w0>"
echo
"
$0
: <w1> <w0>"
...
...
QDMA/linux-kernel/user/bash/decode_sw_ctxt.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if
[
$#
-lt
5
]
;
then
if
[
$#
-lt
5
]
;
then
echo
"
$0
: <w4> <w3> <w2> <w1> <w0>"
echo
"
$0
: <w4> <w3> <w2> <w1> <w0>"
...
...
QDMA/linux-kernel/user/bash/decode_wrb_ctxt.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if
[
$#
-lt
4
]
;
then
if
[
$#
-lt
4
]
;
then
echo
"
$0
: <w3> <w2> <w1> <w0>"
echo
"
$0
: <w3> <w2> <w1> <w0>"
...
...
QDMA/linux-kernel/user/bash/qdma_run_test_st_vf.sh
View file @
e86a12a7
#!/bin/bash
#!/bin/bash
#
# Copyright (c) 2017-present, Xilinx, Inc.
# All rights reserved.
#
if
[
-z
$1
]
||
[
$1
==
'-h'
]
if
[
-z
$1
]
||
[
$1
==
'-h'
]
then
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment